Agent skill
complete-implementation
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/complete-implementation
SKILL.md
Complete Implementation (Quality Gates + Recursion)
You MUST validate that the implemented feature meets its goals and quality gates. This workflow is recursive: if follow-up task files are created, re-run implement-feature on them and then re-run this skill.
<task_file> $ARGUMENTS </task_file>
Phase 1: Code Review
Launch code-reviewer with the task file path.
Phase 2: Feature Verification (goal-backward)
Launch feature-verifier with the task file path.
Phase 3: Integration Check
Launch integration-checker with the task file path.
Phase 4: Documentation Drift Audit
Launch doc-drift-auditor with the task file path (audit-only).
Phase 5: Documentation Update (if drift found)
If drift exists or docs must be updated for the feature, launch service-documentation.
Phase 6: Context Refinement
Launch context-refinement to update the task file Context Manifest with discoveries from implementation (only if needed).
Recursive Follow-up Handling
If Phase 1 creates follow-up task files (expected naming: plan/tasks-{N}-{slug}-followup-{k}.md), run:
Skill(skill="implement-feature", args="{followup_task_file_path}")
Then re-run complete-implementation on the follow-up task file.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?