ワンクリックで
implement-feature
Coordinate feature delivery with dependency-aware implementation, task-level QA, and final live QA.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Coordinate feature delivery with dependency-aware implementation, task-level QA, and final live QA.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | implement-feature |
| description | Coordinate feature delivery with dependency-aware implementation, task-level QA, and final live QA. |
Coordinate feature delivery with dependency-aware implementation, task-level QA, and final live QA.
{{rnd/agents/implement-feature.md}} {{rnd/agents/shared/command-hygiene.md}}
Drive a feature from tech spec to verified implementation by coordinating build-plan generation when needed, dependency-aware task execution, task-level QA gates, written test cases, and final live QA.
rnd/tech_specs/.../<date>-tech-spec-<feature-id>.md-T<n>-build-plan.md file per taskrnd/test_cases/...AGENTS.md / CLAUDE.md filesrnd/agent_runs/<feature-id>/implement-feature-<timestamp>/dependency-plan.jsonexecution-plan.jsontask-results-*.jsontask-qa-*.jsonqa-result-cycle-*.jsonrun-summary.mdPASS.Before starting any work, create a persistent phase checklist using the environment task tracker or /tmp/implement-feature-<feature-id>-phases.md.
Required checklist:
- [ ] Phase 0: Resolve context (separate context required; no phase skill exists; no distinct agent brief exists)
- [ ] Phase 1: Build-plan assurance (required skill: `create-build-plan`; fallback: `rnd/agents/team-lead.md`)
- [ ] Phase 2: Dependency plan (separate context required; no phase skill exists; no distinct agent brief exists)
- [ ] Phase 3: Execution plan todo (separate context required; no phase skill exists; no distinct agent brief exists)
- [ ] Phase 4: Task execution (required skills: `implement-build-plan` + `run-e2e-tests`; fallbacks: `rnd/agents/developer.md` + `rnd/agents/e2e-engineer.md`)
- [ ] Phase 5: Test cases (required skill: `create-test-cases`; fallback: `rnd/agents/qa-team-lead.md`)
- [ ] Phase 6: Final live QA (required skill: `run-manual-qa-tests`; fallback: `rnd/agents/manual-qa-tester.md`)
- [ ] Phase 7: Fix loop (required skills: `implement-build-plan` + `run-e2e-tests` + `run-manual-qa-tests`; fallbacks: `rnd/agents/developer.md` + `rnd/agents/e2e-engineer.md` + `rnd/agents/manual-qa-tester.md`)
- [ ] Wrap-up: Interaction log written
Rules:
Separate context required. No phase-specific skill exists. No distinct agent brief exists.
AGENTS.md / CLAUDE.md files before scheduling work.When plans are missing:
create-build-planrnd/agents/team-lead.mdWhen plans already exist:
If task build-plan files are missing:
Separate context required. No phase-specific skill exists. No distinct agent brief exists.
Separate context required. No phase-specific skill exists. No distinct agent brief exists.
Create a coordinator todo list with per-task gates:
[ ] Tn implement[ ] Tn task-qa-gateDo not begin dependent work until the corresponding Tn task-qa-gate item is PASS.
Required skills: implement-build-plan for implementation, then run-e2e-tests for the task gate
Fallback teammate briefs: rnd/agents/developer.md, then rnd/agents/e2e-engineer.md
For each dependency-ready task:
Required skill: create-test-cases
Fallback teammate brief: rnd/agents/qa-team-lead.md
If no written test-case file exists:
rnd/test_cases/.Required skill: run-manual-qa-tests
Fallback teammate brief: rnd/agents/manual-qa-tester.md
rnd/manual-qa-results/.Required skill sequence: implement-build-plan -> run-e2e-tests -> run-manual-qa-tests
Fallback teammate briefs: rnd/agents/developer.md -> rnd/agents/e2e-engineer.md -> rnd/agents/manual-qa-tester.md
On task-gate or final live-QA failure:
PASS or a hard blocker is identified.rnd/tech_specs/, rnd/build_plans/, rnd/test_cases/, the current codebase, and repo/app/module-scoped AGENTS.md / CLAUDE.md files.rnd/agent_runs/<feature-id>/implement-feature-<timestamp>/.rnd/manual-qa-results/ for the final live-QA report and artifacts.{{rnd/agents/summary.md}}
Execute live manual QA from written cases or an inline repro case, capture verifiable artifacts, and write a structured result report.
Convert a manual QA Markdown result into a standalone HTML evidence report with clickable proof links for JSON, images, and code snippets.
Reproduce a bug locally, trace intent and history, propose the smallest safe fix, then implement and verify the repair.
Turn a technical spec or concrete problem statement into a concrete implementation and test plan formed of small, traceable tasks.
Review PR discussions to identify improvements to agents, templates, or instructions; write a retro report to rnd/retros.
Convert product specs into a repo-grounded technical specification / high-level design.