ワンクリックで
agentic-sdd-tasks
Break an approved SDD plan into small, bounded, independently verifiable implementation tasks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Break an approved SDD plan into small, bounded, independently verifiable implementation tasks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when adding a new MCP server provider to usync. Triggers: "add a new provider", "add provider X", "scaffold provider", "support <NAME> MCP", "register an MCP server". Walks through official doc lookup, scaffolding, registration, header dispatch, QA scenarios, and documentation updates.
PROJECT-SPECIFIC to usync (mcp-config-tui). Use when iterating on TUI UI/UX bugs via the Docker-first bug-hunt harness. Triggers: "UX bug hunt", "iterate on UI bugs", "fix UX issues", "expand the matrix", "ux-fake-prod", "matrix scenario", "TUI regression", "DM-P<n>". Drives the 4-stage loop (expand → run → triage → fix+lock) and the lens framework for catching UX defect classes beyond functional bugs.
Review an SDD implementation plan before code generation and decide whether it is approved, needs changes, or is rejected.
Initialize or upgrade a repository for production spec-driven development with constitution, templates, review checklists, and tool memory pointers.
Detect spec drift, prepare release notes, and write retrospectives after SDD implementation or review.
Implement one approved SDD task inside strict file, safety, and verification boundaries.
| name | agentic-sdd-tasks |
| description | Break an approved SDD plan into small, bounded, independently verifiable implementation tasks. |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
| risk | safe |
| source | local |
Use this skill only after the architecture plan is approved or the user explicitly accepts the risk of proceeding.
Create specs/<feature>/tasks.md that an implementation agent can execute without reinterpreting the spec.
.specify/memory/constitution.mdspecs/<feature>/spec.mdspecs/<feature>/plan.mdspecs/<feature>/review.mdspecs/<feature>/test-plan.md, if presentEach task must include:
specs/<feature>/tasks.md should include:
Stop before writing implementation-ready tasks when:
Return task file path, number of tasks, blocked items, parallel-safe groups, and the first safe implementation task.