react-writing-plans

Convert React feature specs into structured implementation plans saved to _docs/plans.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/fiatkongen/saurun-marketplace --skill react-writing-plans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-writing-plans
Source: https://github.com/fiatkongen/saurun-marketplace/tree/main/plugins/saurun/skills/react-writing-plans
Command: npx skills add https://github.com/fiatkongen/saurun-marketplace --skill react-writing-plans

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams convert a React feature spec into a concrete, actionable implementation plan, turning requirements into structured tasks that guide development.

Core Features & Use Cases

  • Automated plan generation: Transforms specs/PRDs into a task breakdown aligned with architecture contracts.
  • Plan storage: Saves plans to the docs directory as _docs/plans/<date>-<feature>.md for easy reference and handoff.
  • Guided task format: Produces Create/Modify/Test style tasks with precise file paths and behavior notes.

Quick Start

Use the react-writing-plans skill to convert a feature spec into an implementation plan and save it to the _docs/plans directory.

Frequently Asked Questions about react-writing-plans

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

FAQPage Schema
How do I convert a React feature spec into an implementation plan?

To convert a React feature spec into an implementation plan, provide the spec to generate a structured, executable task breakdown. The plan aligns with architecture contracts and guides development for multi-file frontend features.

What is the best way to break down multi-file React features into tasks?

The best way to break down multi-file React features is generating a task-level blueprint using Create, Modify, and Test formats. This provides precise file paths and behavior notes for components, stores, or API integrations.

How does architecture contract referencing work when generating React plans?

Architecture contract referencing ensures generated React plans satisfy existing architectural rules by explicitly referencing the architecture doc. This aligns the task breakdown and formatting with established project constraints.

Where are generated React implementation plans saved?

Generated React implementation plans are saved to the _docs/plans directory. They are stored as dated markdown files, formatted as _docs/plans/<date>-<feature>.md, ensuring easy reference and team handoff.

Can I use this for frontend features requiring API integrations and stores?

Yes, you can use this for frontend features requiring API integrations and stores. It applies to multi-file React features, producing a structured implementation plan that details tasks for these specific integrations.

Do I need a PRD to generate a React task breakdown?

You do not strictly need a PRD, but you need a feature spec or requirements document. The skill transforms specs or PRDs into an actionable, structured task breakdown aligned with your architecture contracts.