implement
SolidLoad code-style and task-specific skills, make the change described by the current context, then run /finalize for QA and commit. Use for ad-hoc changes when no plan file or improvements backlog governs the work, and when the user asks to "just implement", "implement directly", "implement without a plan", or "apply the change".
Install
Quality Score: 89/100
Skill Content
Details
- Author
- tobihagemann
- Repository
- tobihagemann/turbo
- Created
- 2 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
code-change-implementer
Carefully implement code changes into existing files while preserving execution flow, respecting line numbers, and validating syntax and library compatibility. Use this skill whenever the user asks to apply changes, edits, fixes, or improvements to an existing codebase — especially when a detailed implementation plan or evaluation report is provided. Always trigger this skill when the task involves modifying existing code rather than writing it from scratch, when multiple interdependent changes must be applied in order, or when the user says "implement the plan", "apply the fixes", "make these changes", or "update the code".
implement
TRIGGER when: user asks to implement, fix, build, or work on something — whether from a docs/wip plan OR a standalone task (bug fix, GitHub issue, one-off change). Examples: "work on task 1", "fix this bug", "implement feature X from the issue". Provides structured execution with profile detection, dependency handling, review checkpoints.
execute
Implement a scoped task quickly and safely, then validate and summarize changes.
spec-implement
Execute implementation tasks from an approved plan.json. Use when spec-plan has produced approved tasks and the human is ready to start coding. Tracks progress via beads (preferred) or harness-native todos, enforces TDD, reports between batches. Trigger when the user says "implement", "go", "start", "do it", or after spec-plan completes task creation. Do NOT use without an approved plan — invoke spec-plan first.
implementing-code
Implements code changes and creates commits. Triggered when: implementation tasks, code changes, feature additions, bug fixes.