{"id":"implement-feature","name":"implement-feature","summary":"仕様の機能を実装しています。仕様書を読み、アーキテクチャを設計し、コードを書いてテストします。","body":"# Implement Feature\n\nImplements a feature from its specification using the Forja (Dev) agent.\n\n## When to Use This Skill\n\n- A feature spec has been approved and is ready for implementation\n- You need architecture design, code, and tests for a defined feature\n- Translating product requirements into working software\n\n## What This Skill Does\n\n1. Runs the SIGN IN checklist and verifies the spec handoff\n2. Designs architecture (creates ADR if needed)\n3. Defines interfaces/contracts, then implements in `src/`\n4. Writes tests in `tests/` (unit + integration)\n5. Runs the Implementation Complete checklist (TIME OUT 1)\n6. Runs the Pre-Delivery checklist (TIME OUT 2)\n7. Prepares structured handoff to QA agent\n8. Runs the SIGN OUT checklist\n\n## How to Use\n\n### Basic Usage\n\n```\n/implement-feature webhook-event-system\n```\n\n### With Spec Reference\n\n```\n/implement-feature docs/specs/webhook-event-system.md\n```\n\n## Example\n\n**User**: `/implement-feature user-authentication`\n\n**Output**:\n- Implementation in `src/` with all acceptance criteria met\n- Tests in `tests/` covering critical paths\n- ADR if significant architecture decisions were made\n- Handoff notes for QA: files changed, how to test, known limitations\n\n## Tips\n\n- Ensure the feature spec exists before running this skill\n- The agent creates an ADR for any significant architecture decisions\n- Two TIME OUT checkpoints ensure both correctness and delivery cleanliness","author":"@davepoon","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/davepoon/buildwithclaude/tree/main/plugins/agent-triforce/skills/implement-feature","license":"MIT","category":"workflow-orchestration","lang":"en","tokens":313,"stars":0,"calls30d":2,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[],"requires":{"mcp":[],"tools":[]},"safety":{"flags":[],"scannedAt":"2026-08-22","hasScripts":false,"networkEndpoints":[]}}