plan-implementation

Coordinate SDK feature planning across Phase 0 through Phase 6 workflows.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/functionspace/fs_trading_sdk --skill plan-implementation-functionspace
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plan-implementation
Source: https://github.com/functionspace/fs_trading_sdk/tree/main/.claude/skills/plan-implementation
Command: npx skills add https://github.com/functionspace/fs_trading_sdk --skill plan-implementation-functionspace

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates a planning pipeline to produce validated implementation plans for the FunctionSpace Trading SDK, ensuring no phase is skipped and guiding downstream validators.

Core Features & Use Cases

  • Enforces mandatory planning phases (0-6) and collects living-doc references (CLAUDE.md, PLAYBOOK.md, REACT_ROADMAP.md)
  • Generates comprehensive requirements and plan documents (Docs/plans, Docs/requirements) and coordinates multi-agent research and validation
  • Supports Mode A (Extraction) and Mode B (Greenfield) workflows, with designated data flows and validation steps

Quick Start

Run the planning workflow by reading living docs and produce Docs/plans/plan-implementation-plan.md and Docs/plan-implementation-requirements.md

Frequently Asked Questions about plan-implementation

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

FAQPage Schema
What is SDK feature implementation planning and when do I need structured phases?▼

SDK feature implementation planning is an end-to-end pipeline that enforces mandatory phases 0 through 6 to validate feature designs. You need it when coordinating complex extraction from existing codebases or building greenfield features to ensure no critical planning step is skipped.

How do I plan and validate SDK feature implementations step by step?▼

To plan and validate SDK feature implementations, run the workflow to read living docs like CLAUDE.md and PLAYBOOK.md, then execute phases 0-6 to produce comprehensive plan and requirements documents in the Docs directory ready for downstream implementation.

Can I extract implementation requirements from an existing codebase for SDK planning?▼

Yes, you can extract implementation requirements from an existing codebase using Mode A workflow, which handles data extraction and validation. It analyzes your current codebase to generate structured requirements and plan documents for the feature pipeline.

Do I need living docs like CLAUDE.md and PLAYBOOK.md to use this SDK planning workflow?▼

Yes, the SDK planning workflow consults living docs like CLAUDE.md, PLAYBOOK.md, and REACT_ROADMAP.md to enforce mandatory planning phases. These references provide the architectural context required to generate validated implementation plans and requirements.

What's the best way to document greenfield feature ideas for SDK implementation?▼

The best way to document greenfield feature ideas is using Mode B workflow, which processes new feature concepts through phases 0-6. It generates standardized plan-implementation-plan.md and requirements documents to prepare your ideas for the implement-feature workflow.

What outputs does the SDK implementation planning pipeline generate?▼

The SDK implementation planning pipeline generates Docs/plans/plan-implementation-plan.md and Docs/plan-implementation-requirements.md. These validated output documents coordinate multi-agent research and are structured to feed directly into the downstream implement-feature workflow.