Documentation
README
Implement
End-to-end workflow for taking MCP work items from queue to PR. This skill composes the schema-driven planning (spec-quality), implementation, review (review-quality), and git/PR workflow into a single pipeline.
Usage:
/implement <item-id>— work on a specific item/implement— with context about what to work on- Can process single items or multiple items in batch
Step 1 — Assess the Work
Load the item(s) and determine the execution tier and interaction mode.
For each item, call get_context(itemId=...) to understand:
- Current role and gate status
- Schema tag (feature-implementation, bug-fix, etc.)
- Existing notes already filled
- Dependencies and blocked status
This is the opening of the README. Read the full README on GitHub.