10x-implement

Automate technical plan implementation and verification across defined phases.

Updated Jun 9, 2024
One-click install
npx skills add https://github.com/Kuba312/daily-board --skill 10x-implement-kuba312
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 10x-implement
Source: https://github.com/Kuba312/daily-board/tree/main/frontend/.agents/skills/10x-implement
Command: npx skills add https://github.com/Kuba312/daily-board --skill 10x-implement-kuba312

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the implementation and verification of technical plans from a provided context, reducing manual work and ensuring changes are properly executed and validated.

Core Features & Use Cases

  • Plan Implementation: Automates the execution of technical plans with step-by-step guidance.
  • Verification: Verifies implementation against the plan and updates progress accordingly.
  • Use Case: When you need to implement a complex technical change in your codebase, this Skill can take you through the plan, update the state, and verify each step.

Quick Start

Run the skill by providing the change-id or a full path to the plan document: /10x-implement <change-id> [phase N]

Frequently Asked Questions about 10x-implement

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

FAQPage Schema
How do I automate technical plan implementation and verification for codebase changes?

Automating technical plan implementation requires a structured plan document and context. This Skill executes defined phases, verifies codebase changes against the plan, and updates progress tracking automatically.

What is the best way to track progress when executing a complex technical plan?

Progress tracking during technical plan execution is handled automatically by updating the plan state after each phase. Verification against the original document ensures changes are validated before marking steps complete.

How do I start implementing a technical plan using a change-id?

Start technical plan implementation by running the command with your change-id or full path to the plan document. You can optionally specify a phase number to begin execution at a particular step.

Can I execute a specific phase of a technical plan instead of the whole codebase change?

Executing specific phases of a technical plan is supported by providing the phase number argument. This allows targeted implementation and verification of individual steps within the broader codebase changes.

Do I need a structured plan document to automate codebase changes?

A structured plan document is required to automate codebase changes. The Skill relies on this context to guide step-by-step implementation, verify technical changes, and update progress accurately.