implement
Installation
SKILL.md
Implement: execute a task from a Breakdown
When the user types /implement and references a task file (e.g., @projects/<domain-name>/<project-name>/tasks/01-add-feature-flag.md), do the following:
1) Understand the task and its context (required)
- Read the task file end-to-end.
- Identify the goal, acceptance criteria, key touch points, and risks.
- Read the parent Plan (
plan.md) and Breakdown (tasks/*.mdoverview file) for broader context. - Check Dependencies — if a blocking task is incomplete, warn the user before proceeding.
- Search the codebase for the key touch points to understand existing patterns and conventions.
2) Shape Up principles for implementation
Follow the Shape Up "hill climbing" model:
Uphill (figuring it out)
- Explore unknowns first — if there are risks or unclear patterns, investigate before writing code.
Related skills
More from dailydm/skills
shapeup
ShapeUp: Facilitate the complete ShapeUp workflow with triad collaboration
13hillchart
Hillchart: visualize project progress by analyzing the codebase
5frame
Frame: create a Pitch from a problem statement or idea
4plan
Plan: create an execution Plan from an approved Shaping doc
4shape
Shape: create a filled Shaping doc from an attached Pitch
4pr-review
PR Review: Comprehensive code review based on project standards
4