planner

Generate AGENTS.md and docs/Requirements.md, Design.md, and Tasks.md for greenfield projects.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/spenceriam/impulse --skill planner-spenceriam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: planner
Source: https://github.com/spenceriam/impulse/tree/main/.opencode/skills/planner
Command: npx skills add https://github.com/spenceriam/impulse --skill planner-spenceriam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and document greenfield projects through structured discovery and documentation workflows.

Core Features & Use Cases

  • Phase-driven planning: generate AGENTS.md, docs/Requirements.md, docs/Design.md, and docs/Tasks.md for new projects or major features.
  • Read-only mode for code: you may read files, explore, and write docs but cannot modify source code or run non-readonly commands.
  • Documentation workflow and governance: enforce BMAD-format documents and a project brain to coordinate tasks.

Quick Start

Tell me about your project scope and goals to generate planning documents and the project brain.

Frequently Asked Questions about planner

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

FAQPage Schema
How do I plan and document greenfield projects from scratch?

Planning greenfield projects involves structured discovery workflows that generate AGENTS.md and docs/Requirements.md. This process enforces a BMAD-style task structure to coordinate new initiatives, major features, or refactors comprehensively.

Can I modify source code while generating project requirements and design docs?

You cannot modify source code because the planning workflow operates in a strict read-only mode for code. You may read files and explore the project, but actions are restricted to writing documentation in the docs directory and AGENTS.md at the project root.

What is a BMAD-style task structure for project documentation?

A BMAD-style task structure is a documentation governance format enforced during project planning. It utilizes a project brain to coordinate tasks and produces structured documents including docs/Design.md and docs/Tasks.md for comprehensive greenfield initiatives.

When do I need to generate AGENTS.md and docs/Requirements.md files?

You need to generate AGENTS.md and docs/Requirements.md files when initiating new greenfield projects, rolling out major features, or executing refactors. These documents provide the structured discovery and design foundation required for these large-scale scopes.