source-command-plan-feature

Create implementation plans for software features through codebase analysis and adversarial review.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/jmolz/m0lz.02 --skill source-command-plan-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-plan-feature
Source: https://github.com/jmolz/m0lz.02/tree/main/.agents/skills/source-command-plan-feature
Command: npx skills add https://github.com/jmolz/m0lz.02 --skill source-command-plan-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of creating detailed implementation plans for new features without the need to write code. It streamlines the process by guiding through feature understanding, codebase analysis, strategic thinking, plan creation, and adversarial review.

Core Features & Use Cases

  • Feature Understanding: Restates and defines the problem statement, success criteria, and scope.
  • Codebase Intelligence: Provides guidance for parallel research in affected code, pattern recognition, test patterns, and recent history.
  • External Research: Facilitates research on new APIs, libraries, or unfamiliar patterns.
  • Strategic Thinking: Encourages reasoning through logical questions before writing the plan.
  • Plan Creation: Saves the plan with required information for a single-pass implementation.
  • Adversarial Review: Submits the draft plan to independent review for critical findings and refinement.
  • Contract Negotiation: Helps draft and negotiate the structured success criteria that the /evaluate skill will grade against.

Quick Start

Use the skill to create an implementation plan for a new feature.

Frequently Asked Questions about source-command-plan-feature

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

FAQPage Schema
How do I create an implementation plan for a new software feature?

Creating an implementation plan involves restating the feature scope, analyzing codebase patterns, researching unfamiliar external APIs, drafting the plan, and conducting an adversarial review for critical feedback.

What is adversarial review in feature development planning?

Adversarial review in feature development planning is an independent critique of your draft plan. It identifies critical findings and refines the strategy to ensure robust implementation single-pass execution.

Does this feature planning approach write the code for me?

No, this approach does not write code. It generates detailed implementation plans through codebase analysis and strategic planning, providing the required information for a developer to execute the feature in a single pass.

How do I analyze a codebase before implementing a new feature?

You analyze a codebase for a new feature by performing parallel research on affected code, recognizing existing patterns, reviewing test patterns, and examining recent commit history to inform your plan.

When do I need an implementation plan for new feature development?

You need an implementation plan for new feature development when integrating unfamiliar external APIs, requiring codebase intelligence for pattern recognition, or needing structured success criteria to grade against.