Feature Plan

Turns a vague feature request into a clarified, structured implementation plan document.

Por Weaverse · Weaverse/.agents

Probado · Funciona ★ 9.2/10

Feature Plan — Turns a vague feature request into a clarified, structured implementation plan document.

Qué hace

Runs a 5-phase planning workflow — clarify unknowns, explore the codebase, propose 2-3 trade-off options, gather resources, then write a numbered plan doc to .plans/. Triggers when the user wants a feature planned before any code gets written.

Informe de la prueba

Produces a persisted, structured plan document (FR/NFR checklist, files-to-create/modify tables, folder tree) saved to .plans/<idx>--<name>--<date>.md — clearly more actionable than an unstructured baseline answer that skips clarifying questions and saves nothing.

Probado el: 2026-07-14 · Claude Code 2.x (agent harness)

Instalación

git clone https://github.com/Weaverse/.agents
mkdir -p ~/.claude/skills
cp -r .agents/skills/feature-plan ~/.claude/skills/feature-plan

Comandos y prompts de ejemplo

  • /feature-planTurns a vague feature request into a clarified, structured implementation plan document.

Los skills se activan con peticiones en lenguaje natural, sin comandos que memorizar. Tras instalarlo, prompts como estos lo activan (en inglés):

  • Turn this rough feature request into a proper plan doc
  • Clarify requirements for the dark-mode toggle, then plan it
  • Write an implementation plan with trade-offs for this feature