implement-feature

Coordinate supervised multi-agent SDK feature implementation with plan-first validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates and enforces a plan-first workflow to deliver SDK feature implementations via supervised multi-agent orchestration, ensuring traceable outputs.

Core Features & Use Cases

  • Plan validation with parallel validators to verify plan correctness before execution
  • Layered execution across foundation, supervisors, and final documentation updates
  • Living-doc updates across CLAUDE.md and PLAYBOOK.md to keep the project aligned with standards

Quick Start

Provide the handoff document and plan to initiate the supervised multi-agent implementation workflow.

Frequently Asked Questions about implement-feature

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

FAQPage Schema
How do I orchestrate multi-agent workflows for SDK feature implementation?

Multi-agent orchestration for SDK feature implementation is coordinated through a plan-first approach using parallel validators and per-work-stream supervisors, ensuring artifacts are produced in Docs/plans while enforcing phase order and strict file ownership rules.

What is a plan-first approach for supervised feature builds?

A plan-first approach for supervised feature builds validates the plan with parallel validators before execution, then applies layered execution across foundation, supervisors, and final documentation updates to ensure traceable outputs and artifact tracing.

How do I start the supervised multi-agent implementation workflow?

To start the supervised multi-agent implementation workflow, provide the handoff document and plan to initiate the process, which will then coordinate validators, supervisors, and living-doc updates across CLAUDE.md and PLAYBOOK.md.

Can I use parallel validators to verify plan correctness before execution?

Parallel validators can verify plan correctness before execution by running validation checks during the planning phase, ensuring the supervised multi-agent workflow only proceeds once the plan is fully validated.

Does the multi-agent orchestration enforce strict file ownership rules?

The multi-agent orchestration enforces strict file ownership rules alongside phase order and artifact tracing, ensuring each work-stream supervisor respects ownership boundaries while producing plan, validation, completion, and review artifacts.

What are the limitations of plan-first orchestration for feature builds?

Plan-first orchestration for feature builds requires a completed handoff document and plan before initiation, and enforces strict phase order, meaning out-of-phase execution or missing artifacts will halt the supervised multi-agent workflow.