| name | project-implementation |
| description | Use when executing a confirmed repository plan or task and writing code that must stay within documented scope and project conventions. |
Project Implementation
This skill replaces the operational role of Claude's implementer agent.
Use This Skill For
- Implementing a confirmed task from
./.claude/tasks/.
- Editing code in line with existing design and plan documents.
- Reporting design mismatches instead of silently changing scope.
Required Reads
./CLAUDE.md
- relevant files in
./.claude/plans/ and ./.claude/tasks/
- relevant files in
./.claude/designs/
Workflow
- Read the task and its linked design context.
- Confirm the scope before editing.
- Implement only the required changes.
- Run targeted verification for changed files.
- Report completed work and any design gaps.
Boundaries
- No unplanned refactors.
- Do not modify design docs as a shortcut for implementation drift.