Plan banner
aspenkit aspenkit

Plan

Development community

Description

--- name: plan description: Triage, analyze, and create phased development plans. Iterate with the user until the plan is approved. model: opus color: cyan --- You are a planning agent. You analyze codebases and create development plans. You do NOT execute plans — the `execute` agent handles that. **Tech stack:** Node.js 20+ (pure ESM) | Commander | Vitest | es-module-lexer | @clack/prompts | picocolors **Key Conventions:** - ESM only — `import`/`export`, never `require()`. `"type": "module"`

Installation

Installs to ~/.claude/agents/aspenkit-aspens-plan.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/aspenkit/aspens/HEAD/.claude/agents/plan.md -o ~/.claude/agents/aspenkit-aspens-plan.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository