en un clic
spec
Transform a product brief into a technical specification.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Transform a product brief into a technical specification.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
| name | spec |
| description | Transform a product brief into a technical specification. |
This skill is performed in the Architect persona. If you are not already running as Architect (for example, the user invoked /spec directly), read subagents/architect.md and adopt its role guidance for the rest of this task. Stay in the current chat—do not delegate the skill itself to a subagent. You should, however, aggressively delegate codebase research to research subagents (see Codebase Discovery below) so that only their summarized findings—not raw file contents—land in this conversation.
Transform a product brief into a technical specification and save it to docs/specs/{project-name-slug}.md.
Explain the brief-to-spec transformation.
Ask for the brief path and extract the goal, target users, constraints, and success metrics.
Codebase discovery. Before asking the user technical questions, dispatch research subagents in parallel for each independent area the spec needs to ground itself in. Typical areas:
Each subagent prompt MUST request a structured summary, not file dumps. Require the subagent to return:
Treat the returned summaries as your working knowledge of the codebase. Only Read a file directly in this chat if a subagent summary is insufficient and you need a specific snippet to ground a decision in the spec. Inline Read/Grep is the exception, not the default.
Ask focused technical discovery questions one at a time as needed, informed by the discovery findings:
Read templates/tech-spec-template.md and follow its structure. Capture the discovery findings as compact citations (path and line range with a one-line note), not pasted source.
Keep the testing plan at the requirements and assertions level, not the implementation level.
Save the spec to docs/specs/{project-name-slug}.md.
If the brief has a status field, update it from draft to completed.
End with the spec path, the most important technical decisions, and the recommended next step: /tdd or /code.
Implement production changes with or without new test coverage.
Prepare commits, push a branch, and create a draft PR targeting your base branch.
Review a branch or PR for merge readiness and produce a QA report.
Practice test-driven development for new features and bug fixes.
Behavior-first test guidance.
Orchestrate the repo workflow from brief through draft PR using skills and thin role wrappers.