Feature Plan

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

di Weaverse · Weaverse/.agents

Promosso ★ 9.2/10

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

Cosa fa

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.

Rapporto di test

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.

Testato il: 2026-07-14 · Claude Code 2.x (agent harness)

Installazione

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

Comandi e prompt di esempio

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

Gli skill si attivano con richieste in linguaggio naturale, senza comandi da ricordare. Dopo l'installazione, prompt come questi lo attivano (in inglese):

  • 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