ワンクリックで
define-tech-spec
Create tech specs with architecture for Stage C of the VibeFlow docs-first workflow
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create tech specs with architecture for Stage C of the VibeFlow docs-first workflow
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Register work items, create feature branches, track and advance stages, close work items in the VibeFlow docs-first development workflow
Codebase discovery and analysis for Stage B of the VibeFlow docs-first workflow
Create Feature Specs for Stage E of the VibeFlow docs-first workflow
Create PRDs with success metrics for Stage A of the VibeFlow docs-first workflow
Release preparation for Stages I-L of the VibeFlow docs-first workflow
Document ADRs for non-trivial choices at Stage D of the VibeFlow docs-first workflow
| name | define-tech-spec |
| description | Create tech specs with architecture for Stage C of the VibeFlow docs-first workflow |
| metadata | {"triggers":["tech spec","specification","Stage C","system specification"]} |
Create tech specs with architecture for Stage C of the VibeFlow docs-first workflow.
This skill creates and validates Tech Spec documents for Stage C:
Stage C: Specify
│
├── Create/update Tech Specs
├── Define architecture and interfaces
└── Document data contracts and SLOs
/define-tech-spec <spec-name>
Creates or updates docs/specs/spec-<name>.md.
Example:
/define-tech-spec api
/define-tech-spec llm
docs/specs/spec-<name>.md)Required sections:
scripts/validate_techspec.py — Validate tech specSee assets/:
techspec-template.md — Tech spec templateFollow the workflow in .claude/rules/context7-research.md to fetch current library documentation.
What to look for: API surfaces, configuration options, integration patterns, version constraints.
Where to incorporate findings:
After completing Stage C, update docs/workflow-state.yaml:
stage: Cdocs.specs[]: docs/specs/spec-<name>.mdAfter completing this stage, ask the user for permission before committing:
git add docs/specs/spec-<name>.md docs/workflow-state.yaml
git commit -m "feat(spec): define <name> tech spec (#ft-<ID>)"
Replace <name> and <ID> with actual values.
After the commit is complete, directly run /manage-work advance <ID> to advance to the next stage.