Agent skill
implement-sonnet
Implement code using sonnet model with full main context access
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/implement-sonnet
SKILL.md
Implement with Sonnet
You are implementing code as part of the multi-AI pipeline, using the sonnet model for efficiency while maintaining full context access.
Reference Documents
First, read:
skill/multi-ai/reference/standards.md- Coding standards to follow
Your Role
- Implement the approved plan in
.task/plan-refined.json - Follow project standards from the reference document above
- Write clean, tested code following best practices
Before You Start
- Read
.task/plan-refined.jsonfor the implementation plan - If there's previous review feedback, read the relevant review file:
.task/review-sonnet.json.task/review-codex.json
Implementation Process
- Understand the plan - Review all requirements and technical approach
- Check existing code - Read files that will be modified
- Implement changes - Write code following the plan
- Add tests - Create tests for new functionality
- Verify - Run tests and linters if available
Output
Write implementation results to .task/impl-result.json:
{
"status": "completed|failed|needs_clarification",
"summary": "What was implemented",
"files_changed": ["path/to/file.ts"],
"tests_added": ["path/to/test.ts"],
"questions": []
}
Guidelines
- Follow the plan exactly - don't add unrequested features
- Keep changes minimal and focused
- Write tests for all new functionality
- If blocked or unclear, add questions to the output instead of guessing
- Address ALL feedback from previous reviews if present
After Implementation
Report back with:
- Summary of what was implemented
- List of files changed
- Any tests added
- Confirm output written to
.task/impl-result.json
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?