10x-plan

Creates detailed implementation plans through iterative research and structured questioning.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning a vague task or ticket into an actionable implementation plan often skips critical research and decision-making, leading to costly rework. This Skill guides an AI through a rigorous, interactive planning process that grounds every plan in actual codebase research and explicit user decisions. ## Core Features & Use Cases - Adaptive Questioning: Scales the number and focus of clarifying questions based on task complexity (LOW/MEDIUM/HIGH) and upstream artifacts like frame briefs and research docs, avoiding redundant questions. - Research-Driven Planning: Spawns parallel exploration agents to map the codebase, trace data flow, and surface conventions before any plan is written. - Structured Plan Output: Produces a phased plan.md with success criteria, a mechanical Progress tracking section, and a concise two-page plan brief stored under context/changes/<change-id>/. - Use Case: A developer receives a ticket to add OAuth login. They invoke the skill with the change ID; it reads prior research, asks targeted architecture and edge-case questions with recommended options, then writes a phased implementation plan with automated and manual verification steps. ## Quick Start Ask the AI to create a detailed implementation plan for your task or ticket, optionally passing a change ID or path to an existing research or frame document.

Frequently Asked Questions about 10x-plan

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

FAQPage Schema
How do I create a detailed implementation plan from a ticket?

Invoke the skill with the task description, ticket reference, or a change ID. It reads any provided research or frame documents, explores the codebase with parallel agents, asks targeted questions with recommended options, then writes a phased plan to context/changes/<change-id>/plan.md.

How does the skill decide how many questions to ask?

Question count scales with assessed complexity: LOW gets 4-6, MEDIUM 7-10, HIGH 11-15. Providing upstream artifacts reduces this further — a frame brief plus research doc can cut questioning to 1-7 questions focused only on unresolved solution-design decisions.

Can I use this planning skill with existing research documents?

Yes. Pass a path like context/changes/<change-id>/research.md or frame.md when invoking. The skill treats frame briefs as authoritative for problem framing and research docs as the codebase baseline, skipping questions those artifacts already answer.

What files does the implementation plan workflow produce?

It writes plan.md containing phases, success criteria, and a Progress tracking section, plus a concise plan-brief.md summary. Both live in context/changes/<change-id>/, and change.md is updated to status: planned.

When should I not use a full interactive planning process?

Skip it for trivial single-file changes or config tweaks where requirements are unambiguous. The process is designed for tasks with design decisions, edge cases, or cross-cutting concerns where wrong assumptions cause expensive rework.