10x-implement

Implements phased technical plans from plan.md with progress tracking and per-phase commits.

Updated Aug 26, 2026
One-click install
npx skills add https://github.com/michaail/hybrid-logs-analyzer --skill 10x-implement-michaail
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-implement
Source: https://github.com/michaail/hybrid-logs-analyzer/tree/main/.cursor/skills/10x-implement
Command: npx skills add https://github.com/michaail/hybrid-logs-analyzer --skill 10x-implement-michaail

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Executing an approved multi-phase technical plan by hand is error-prone: steps get skipped, progress state is lost between sessions, and commits mix unrelated changes. This Skill drives plan execution deterministically from the plan's ## Progress section, keeping state, commits, and status files consistent. ## Core Features & Use Cases - Progress-driven execution: Reads the canonical ## Progress section in context/changes/<change-id>/plan.md, resumes from the first unchecked step, and flips checkboxes as steps complete. - Phase-end commit ritual: Enforces manual verification gates, explicit path staging, dirty-path detection, Conventional Commits messages with issue refs, and SHA write-back into Progress rows. - Lifecycle bookkeeping: Updates change.md status (implementing → implemented), syncs roadmap items to in-progress, and runs an epilogue commit to close out the plan. - Use Case: After /10x-plan produces an approved plan for a new feature, run /10x-implement my-feature phase 1 to implement each phase with verified commits, then resume later sessions exactly where you left off. ## Quick Start Ask the AI to implement the approved plan for a change by running /10x-implement with your change-id, optionally specifying a phase number to start from.

Frequently Asked Questions about 10x-implement

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

FAQPage Schema
How do I implement an approved technical plan with an AI assistant?

Invoke /10x-implement with a change-id or a path to the plan file, optionally adding a phase number. The skill reads the plan's Progress section, starts at the first unchecked step, and implements each phase with verification and commits.

How does the skill track implementation progress across sessions?

Progress lives only in the plan's ## Progress section as checkbox rows, with no sidecar state files. On resume, the skill trusts existing [x] marks and picks up from the first [ ] line, appending the closing commit SHA at each phase end.

Can I resume implementation from a specific phase?

Yes, pass a phase argument such as /10x-implement my-change phase 2 to jump to the first pending step inside that phase. The skill also offers a copyable resume command when you choose to clear context between phases.

What happens when the code does not match the plan?

The skill stops, presents the expected versus actual situation, and asks how to proceed: adapt and continue, skip the part, or stop and re-plan. It never silently works around a mismatch.

Does the skill commit changes automatically?

Commits happen only after automated checks pass and the human confirms manual verification. The skill stages explicit paths, proposes a Conventional Commits message for approval, and never uses git add -A or --no-verify.

What are the limitations of archived or empty-diff phases?

Plans under context/archive/ are refused outright. Phases with no diff commit nothing and leave Progress rows without a SHA, which /10x-archive later surfaces as informational warnings.