compiling-planner-agent

Generate a project-specific planner agent at .claude/agents/planner.md from CLAUDE.md context.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/pipemind-com/pipemind-marketplace --skill compiling-planner-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compiling-planner-agent
Source: https://github.com/pipemind-com/pipemind-marketplace/tree/main/plugins/spec-driven-development/skills/compiling-planner-agent
Command: npx skills add https://github.com/pipemind-com/pipemind-marketplace --skill compiling-planner-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of a project-specific planner agent by analyzing CLAUDE.md and repository context to produce a ready-to-use planner at .claude/agents/planner.md.

Core Features & Use Cases

  • Generates a concise planner.md tailored to the current project by incorporating architecture cues, patterns from CLAUDE.md, and contextual repository details.
  • Enables rapid setup of task planning workflows by codifying design decisions and handoff notes into a builder-friendly plan.
  • Use Case: Starting a new project, invoke this skill to auto-create a planner agent that captures project context and planning patterns.

Quick Start

Run the planner generation for the current project to create .claude/agents/planner.md based on CLAUDE.md and project context.

Frequently Asked Questions about compiling-planner-agent

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

FAQPage Schema
How do I generate a project-specific planner agent from CLAUDE.md context?

To generate a project-specific planner agent, the skill analyzes your CLAUDE.md and repository signals to produce a deterministic planner.md file. It extracts architecture, tech stack, and patterns to create builder guidance at .claude/agents/planner.md.

What is a lean planner agent for software project automation?

A lean planner agent is a concise 50-100 line markdown file that codifies project design decisions and handoff notes. It automates planning by capturing architecture cues and contextual repository details into a builder-friendly format.

Do I need a CLAUDE.md file to create a planner agent for my repository?

Yes, a CLAUDE.md file is required to provide the architecture, tech stack, and pattern signals needed for planner generation. The skill validates references from this context before creating the .claude/agents/planner.md file.

What's the best way to enforce a line constraint when generating a project planner?

The best way to enforce a line constraint is using an automated generator that strictly limits the output to 50-100 lines. This skill validates the planner.md file length and checks references before finalizing the creation.

Can I use this planner agent generation for existing software architecture setups?

Yes, you can use it for existing setups by running the generation process against your current repository. It reads your established architecture patterns and tech stack from CLAUDE.md to produce a tailored, deterministic planner.

Why does my generated planner agent need to be under 100 lines?

Your generated planner agent needs to be under 100 lines to maintain a lean, deterministic output. This constraint ensures the planner.md remains focused on essential builder guidance without bloated context or unnecessary architectural noise.