writing-plans

Generate detailed implementation plans with file paths, code snippets, and commands.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/PlazaCC/antes-da-tela --skill writing-plans-plazacc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/PlazaCC/antes-da-tela/tree/main/.agents/skills/writing-plans
Command: npx skills add https://github.com/PlazaCC/antes-da-tela --skill writing-plans-plazacc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps engineers who receive high‑level specifications but lack context about the codebase, providing a complete, actionable implementation plan that details file changes, code snippets, tests, and commit steps.

Core Features & Use Cases

  • Structured Plan Header: Generates a standardized plan document with feature name, goal, architecture, and tech stack.
  • File Mapping: Outlines exact file paths to create, modify, or test, ensuring clear boundaries.
  • TDD‑style Task Breakdown: Decomposes work into bite‑sized, test‑first steps with ready‑to‑run code and commands.
  • Self‑Review Checklist: Verifies spec coverage, placeholder removal, and type consistency before handoff.
  • Execution Options: Offers sub‑agent driven development or inline execution for flexible implementation.

Quick Start

Ask the skill to create an implementation plan for a new feature named “User onboarding flow”.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I generate an implementation plan from a software specification?

To generate an implementation plan from a software specification, the Skill decomposes multi-step specs into test-first tasks, detailing exact file paths, complete code snippets, and runnable commands. It outputs a standardized plan document with feature goals, architecture, and a self-review checklist without placeholders.

What is the best way to break down a codebase modification into test-first steps?

Breaking down a codebase modification into test-first steps involves TDD-style task decomposition. The Skill outlines exact file paths to create or modify, generating bite-sized tasks with ready-to-run code and tests, ensuring clear boundaries and structured execution for engineers.

Does this implementation plan generator support sub-agent driven development?

Yes, the implementation plan generator supports sub-agent driven development alongside inline execution. It offers flexible execution options to apply the generated file mappings, code snippets, and commit steps directly within your software project workflow.

How do I ensure my implementation plan covers all specification requirements?

To ensure your implementation plan covers all specification requirements, the Skill generates a self-review checklist. This checklist verifies spec coverage, placeholder removal, and type consistency before handoff, ensuring the detailed plan meets all architectural and feature goals.

Can I get exact file paths and complete code snippets for a new feature plan?

Yes, you can get exact file paths and complete code snippets for a new feature plan. The Skill's file mapping outlines precise paths to create, modify, or test, providing ready-to-run code and commands without placeholders for direct codebase integration.