bundled-skills/interview-style-doc-building/SKILL.md
Build structured strategy documents by asking one question at a time and patching the file.
npx skillsauth add FrancoStino/opencode-skills-antigravity interview-style-doc-buildingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The user's preferred mode for creating durable strategic docs. AI does NOT propose content — AI asks one question, the user answers, AI patches the file, AI asks the next question. The file IS the conversation's output, updated incrementally.
NOT for: day planning (use day-plan), task triage (organize-tasks), or anything where AI proposes content first.
write_file for the new file. After this, NEVER overwrite — only patch.patch for every update. Never write_file to an existing doc.After each answer:
patch with old_string = placeholder or previous entry, new_string = updated content with the user's words preserved.For ranked lists, append one rank at a time:
1. **Business** — Q2 #1 goal: ...
2. **Health** — get below 81.0 kg, sleep 9h/day, ...
Each rank gets patched in as the user confirms it.
day-plan — different pattern (task triage), not interview-style.organize-tasks — Todoist-specific.memory-management — separate from this; persona/preferences go to memory.davidondrej/skills; verify local paths, tools, credentials, and agent features before acting.tools
Authorized security assessment of LLM applications and AI agents: prompt injection, tool abuse, RAG exposure, memory poisoning, system-prompt extraction, and agent-compliance engineering per OWASP LLM/ASI Top 10.
development
Builds two parameterized UI modes—流光溢彩白 (iridescent white) and 五彩斑斓黑 (colorful black)—with OKLCH, WebGL/CSS fallback, vision gating, screenshot QA, and total/per-color intensity reports. Use when a UI request names either mode or needs measured color parameters.
tools
Delegate coding tasks to the Kimi Code CLI (`kimi`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
Front-end JavaScript reverse engineering: locate signature chains, analyze encrypted request parameters, sample runtime behavior, and reproduce logic locally in Node for evidence-based output.