بنقرة واحدة
agentic-sdd-implement
Implement one approved SDD task inside strict file, safety, and verification boundaries.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Implement one approved SDD task inside strict file, safety, and verification boundaries.
التثبيت باستخدام 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.
Produce a technical implementation plan from an approved SDD spec without editing product code.
| name | agentic-sdd-implement |
| description | Implement one approved SDD task inside strict file, safety, and verification boundaries. |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
| risk | medium |
| source | local |
Use this skill when implementing one approved task from specs/<feature>/tasks.md.
Implement exactly one bounded task or a small approved group of independent tasks. Keep the change scoped and verifiable.
.specify/memory/constitution.mdspecs/<feature>/spec.mdspecs/<feature>/plan.mdspecs/<feature>/tasks.mdspecs/<feature>/test-plan.md, if presentspecs/<feature>/review.md, if presentConfirm:
Ask before touching:
Run the task's verification command. Also run the narrowest relevant tests, typecheck, lint, or build available for the touched area.
If verification fails:
Return:
Stop when: