writing-plans

Convert project specifications into structured implementation plans with task decomposition and file mapping.

630|68|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/AgentTeam-TaichuAI/ScienceClaw --skill writing-plans-agentteam-taichuai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: writing-plans
Source: https://github.com/AgentTeam-TaichuAI/ScienceClaw/tree/main/Skills/writing-plans
Command: npx skills add https://github.com/AgentTeam-TaichuAI/ScienceClaw --skill writing-plans-agentteam-taichuai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams convert ambiguous specifications into structured, actionable implementation plans, reducing planning time and miscommunication.

Core Features & Use Cases

  • Structured plan templates including a mandatory header and detailed task decomposition
  • Guideline to map tasks to exact files, tests, and verification steps
  • Reusable planning workflow for brainstorming, design reviews, and handoffs across software projects

Quick Start

Initialize a dedicated worktree and run the brainstorming flow to generate a complete implementation plan.

Frequently Asked Questions about writing-plans

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

FAQPage Schema
How do I convert project specifications into actionable implementation plans?

Task decomposition breaks down broad specifications into granular, actionable units within an implementation plan. It enforces mapping each task to exact files, tests, and verification steps, ensuring clear handoffs and execution traceability.

Can I use this structured planning workflow for data pipelines and tooling efforts?

Yes, this structured planning workflow applies to data pipelines and tooling efforts, alongside standard software projects. It is designed for brainstorming, design reviews, and handoff phases across diverse technical implementation scenarios.

What's the best way to map tasks to files and verification steps during design reviews?

The best way to map tasks to files and verification steps is using a structured plan template. It provides guidelines to explicitly link task-level decomposition to exact files and tests, ensuring comprehensive verification during design reviews.

Do I need a dedicated worktree to generate an implementation plan?

Yes, initializing a dedicated worktree is the recommended quick start step. Running the brainstorming flow within this isolated worktree generates a complete, structured implementation plan based on your project specifications.