implement

Solid

Load 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".

Code & Development 314 stars 25 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
83
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Implement Standard implementation flow: load style rules, make the change, run post-implementation QA. ## Task Tracking At the start, use `TaskCreate` to create a task for each step: 1. Run `/code-style` skill 2. Load task-specific skills 3. Make the change 4. Run verification 5. Run `/preview` skill for UI/UX changes 6. Run `/finalize` skill ## Step 1: Run `/code-style` Skill Run the `/code-style` skill to load mirror, reuse, and symmetry rules before editing. ## Step 2: Load Task-Specific Skills Scan the work for types that match available skills, matching against the richest context available: a plan's **Implementation Steps** if a plan is in conversation context, otherwise the user request, a prior skill's task description, or an improvement entry. For each unambiguous match, run the skill via the Skill tool. For example, if the work includes "add a Drizzle migration" and a skill exists whose triggers reference Drizzle migrations, load it. If a work type has no matching skill trigger, do not load a generic skill. If unsure, do not load. ## Step 3: Make the Change Apply the change described by the current context — the user request, a prior skill's task description, or an improvement entry. Keep the edit scoped to what the context describes. If the scope balloons beyond what the context specified, stop and confirm scope before continuing. ## Step 4: Run Verification If a Verification section is in conversation context (e.g., from a plan file), execute the co...

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

Data & Documents Listed

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".

1 Updated 1 months ago
NotTheRealRohit
Code & Development Listed

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.

145 Updated today
serpro69
AI & Automation Listed

execute

Implement a scoped task quickly and safely, then validate and summarize changes.

2 Updated today
ibahgat
Testing & QA Listed

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.

28 Updated 1 weeks ago
martinffx
AI & Automation Listed

implementing-code

Implements code changes and creates commits. Triggered when: implementation tasks, code changes, feature additions, bug fixes.

335 Updated today
aiskillstore