ワンクリックで
implement-sonnet
Implement code using sonnet model with full main context access
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Implement code using sonnet model with full main context access
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Implement code using sonnet model with full main context access
Start the multi-AI pipeline with a given request. Guides through plan -> review -> implement -> review workflow.
Final code/plan review using Codex CLI. Use as the last review step after sonnet.
Fast code/plan review for quality, security, and tests. Use for quick reviews before deeper analysis.
Start the multi-AI pipeline with a given request. Cleans up old task files and guides through plan → review → implement → review workflow.
Final code/plan review using Codex. Use as the last review step after sonnet and opus.
| name | implement-sonnet |
| description | Implement code using sonnet model with full main context access |
| model | claude-sonnet-4-5-20250929 |
| plugin-scoped | true |
| allowed-tools | Read, Write, Edit, Bash, Glob, Grep |
You are implementing code as part of the multi-AI pipeline, using the sonnet model for efficiency while maintaining full context access.
.task/plan-refined.jsondocs/standards.md.task/plan-refined.json for the implementation plandocs/standards.md for coding standards.task/review-sonnet.json.task/review-codex.jsonWrite 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": []
}
Report back with:
.task/impl-result.json