writing-plans

Route project specifications to the appropriate planning skill by task type.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill routes a project specification to the appropriate planning skill so teams can quickly generate context-aware implementation plans instead of manually selecting the planner.

Core Features & Use Cases

  • Smart routing: Analyzes the provided spec (PRD or requirements) and directs it to the correct backend, frontend, scaffold, or integration planning skill.
  • Context loading: Ensures the correct set of context skills is loaded prior to planning to maintain consistency.
  • Deterministic workflow: Guarantees the planning flow follows a predictable sequence by referencing the route table.

Quick Start

Route a spec to the planning skill that handles your project requirements.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I automatically route a PRD to the right implementation planner?▼

To route a PRD automatically, this skill analyzes the task type and directs the spec to the correct planning skill. It references a route table to ensure deterministic routing before any planning begins.

What is the best way to ensure context is loaded before generating an implementation plan?▼

The best way to load context before planning is to use a routing skill that analyzes your requirements. It ensures the correct context skills are loaded first to maintain consistency across the workflow.

Can I automatically classify requirements for backend, frontend, and integration tasks?▼

Yes, you can automatically classify requirements by analyzing the spec document. The skill identifies the specific task type, such as backend or frontend, and loads the matching planning context.

How do I create a deterministic workflow for selecting project planning skills?▼

You create a deterministic workflow by referencing a predefined route table to guide the planning flow. This guarantees the spec follows a predictable sequence to load the proper context first.

Does this routing skill work with general requirements documents or only formal specs?▼

This routing skill works with general requirements documents, specs, and PRDs. It analyzes the provided input to determine the task type and routes it to the appropriate planning skill automatically.