Feature Plan

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

par Weaverse · Weaverse/.agents

Testé · Fonctionne ★ 9.2/10

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

Ce que fait

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.

Rapport de 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.

Testé le: 2026-07-14 · Claude Code 2.x (agent harness)

Installation

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

Commandes et exemples de prompts

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

Les skills se déclenchent sur des demandes en langage courant — aucune commande à retenir. Après installation, des prompts comme ceux-ci l'activent (en anglais) :

  • 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