skill-writing-plans

Generate implementation plans with file paths, tests, and verification steps.

1|Updated Jun 12, 2026
One-click install
npx skills add https://github.com/mhdxbilal/Ai --skill skill-writing-plans-mhdxbilal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-writing-plans
Source: https://github.com/mhdxbilal/Ai/tree/main/.claude/skills/skill-writing-plans
Command: npx skills add https://github.com/mhdxbilal/Ai --skill skill-writing-plans-mhdxbilal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides engineers to produce complete, zero-context implementation plans before coding, reducing risk and rework by outlining scope, artifacts, and verification upfront.

Core Features & Use Cases

  • Enforces a mandated plan structure with file paths, tests, and verification steps.
  • Provides a reusable template for multi-step feature planning and task decomposition.
  • Integrates with team workflows (e.g., code reviews, CI checks) to ensure plan completeness before implementation.

Quick Start

Plan a new feature by outlining tasks, file paths, tests, and verification steps before writing any code.

Frequently Asked Questions about skill-writing-plans

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

FAQPage Schema
How do I create a zero-context implementation plan for multi-step feature development?

To create a zero-context implementation plan, you generate a structured plan with explicit task scaffolding, ensuring each task is 2-5 minutes and includes file paths, code templates, tests, and verification steps before coding begins.

What is zero-context guidance in software engineering planning?

Zero-context guidance in software engineering planning provides complete upfront task scaffolding with mandated structures like YAML frontmatter, file paths, and verification steps, ensuring engineers need no additional context to execute implementation.

How do I break down engineering tasks into 2-5 minute increments for TDD workflows?

You break down engineering tasks by applying a reusable template that decomposes multi-step features into 2-5 minute increments, with each increment specifying file paths, code templates, tests, and verification steps for TDD workflows.

Does this implementation planning approach enforce validation gates and pre-execution contracts?

Yes, this implementation planning approach enforces validation gates and pre-execution contracts through strict plan structures and mandatory YAML frontmatter in SKILL.md files, ensuring plan completeness before any coding begins.

Can I integrate implementation plans with CI checks and code review workflows?

Yes, you can integrate these implementation plans with team workflows like CI checks and code reviews, using the enforced plan structure and validation gates to ensure completeness and scope alignment before implementation.

What are the limitations of using mandated plan structures for task decomposition?

The mandated plan structure requires strict adherence to YAML frontmatter, explicit file paths, and verification steps for every 2-5 minute task, which may introduce overhead for simple or exploratory engineering tasks that do not require comprehensive upfront scaffolding.