implement

Automate coding workflows from task lists to committed changes with user reviews.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/overthestream/agent-dotfile --skill implement-overthestream
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/overthestream/agent-dotfile/tree/main/claude/skills/implement
Command: npx skills add https://github.com/overthestream/agent-dotfile --skill implement-overthestream

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This stepwise coding workflow translates a list of tasks into a disciplined implementation process, ensuring each task is implemented, validated, and committed in a traceable, auditable manner.

Core Features & Use Cases

  • Task-driven implementation: load checkpoints, select the next task, implement code, and commit after local verification.
  • Per-task prompts and reviews: guide incremental changes and require user confirmation before proceeding.
  • End-to-end workflow support: from load checkpoints to final PR-ready commits, with optional verify steps.

Quick Start

Trigger the /implement command and follow the guided prompts to implement tasks and commit changes after each validated step.

Frequently Asked Questions about implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate incremental code changes from a task list?

Automating incremental code changes from a task list involves loading checkpoints, executing per-task code generation, and committing changes after local verification. This enforces a step-by-step workflow with mandatory user reviews before proceeding to the next task.

What is a task-based coding workflow with mandatory checkpoints?

A task-based coding workflow with mandatory checkpoints is a structured implementation process that translates tasks into committed code incrementally. It requires explicit user confirmation after local verification of each generated code segment before advancing to subsequent development tasks.

How do I ensure code review happens before each commit during feature implementation?

To ensure code review happens before each commit during feature implementation, apply a stepwise workflow that enforces per-task prompts and explicit user confirmation. This guarantees local verification and structured commits occur only after user approval of the generated code.

Does this stepwise code generation require external dependencies to run?

This stepwise code generation does not require external dependencies to run. It operates independently to guide task-driven implementation, load checkpoints, and generate structured commits without needing additional tools or component integrations.

When should I use an automated step-by-step coding workflow for software development?

You should use an automated step-by-step coding workflow for software development when translating a list of tasks into a disciplined, auditable implementation process. It is ideal for ensuring each feature implementation is validated and committed incrementally with explicit user reviews.