planning-faber-orchestration

Synthesize product requirements, technical discovery, and codebase analysis into an executable PLAN.md.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/blaknite/agent-skills --skill planning-faber-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planning-faber-orchestration
Source: https://github.com/blaknite/agent-skills/tree/main/planning-faber-orchestration
Command: npx skills add https://github.com/blaknite/agent-skills --skill planning-faber-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill synthesizes disparate information sources into a precise, actionable plan for an agent to execute, bridging the gap between high-level ideas and concrete implementation steps.

Core Features & Use Cases

  • Context Synthesis: Integrates PRDs, discovery docs, and codebase analysis into a unified plan.
  • Agent-Level Detail: Generates specific file paths, function signatures, and data shapes.
  • Use Case: You have a new feature requirement described in a PRD and a Linear issue. This Skill will analyze the existing codebase, identify relevant files and patterns, and produce a PLAN.md detailing exactly which files to modify, what functions to add or change, and the order of operations for an agent to implement the feature.

Quick Start

Use the planning-faber-orchestration skill to create a PLAN.md for implementing the new user authentication flow.

Frequently Asked Questions about planning-faber-orchestration

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

FAQPage Schema
How do I create an implementation plan for agent execution of complex features?

To create an implementation plan for agent execution, you synthesize product requirements, technical discovery, and codebase analysis into an agent-executable PLAN.md. This blueprint defines specific file paths, function signatures, and data shapes for the agent to follow.

What is an agent-executable implementation blueprint?

An agent-executable implementation blueprint is a PLAN.md file detailing exact file modifications, function signatures, and sequencing. It bridges high-level ideas and concrete steps by providing the precise context an autonomous agent needs to write code.

How to synthesize PRDs and codebase analysis into actionable development steps?

To synthesize PRDs and codebase analysis into actionable steps, integrate the product requirements with an investigation of the existing code. This identifies relevant patterns and produces a detailed plan specifying which files to modify and the order of operations.

Does feature planning for agents require specific file paths and function signatures?

Feature planning for agents requires specific file paths and function signatures to ensure precise execution. Addressing this need for detailed, actionable blueprints prevents ambiguity by defining exact data shapes and sequencing for the agent.

When do I need a PLAN.md for complex software feature development?

You need a PLAN.md for complex software feature development when bridging the gap between high-level ideas and concrete implementation steps. It is required when you have a new feature requirement and must produce specific, actionable blueprints for agentic execution.