beanies-plan

Create implementation-ready plans with verbatim prompts and optional GitHub issues.

4|2|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/gparker97/beanies-family --skill beanies-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: beanies-plan
Source: https://github.com/gparker97/beanies-family/tree/main/.claude/skills/beanies-plan
Command: npx skills add https://github.com/gparker97/beanies-family --skill beanies-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents knowledge loss and ambiguity during feature planning by capturing the full conversational context, decisions, and assumptions so work can be implemented later without additional clarification.

Core Features & Use Cases

  • Verbatim prompt capture: Records the user's exact initial prompt and every follow-up message that shapes the plan.
  • Clarification-driven drafting: Asks necessary clarifying questions and iterates the plan until explicit approval.
  • Persistent, auditable plans: Saves approved plans to docs/plans with full context and optionally creates GitHub issues with a complete prompt log comment for developer handoffs.
  • Use Case: Product managers and engineers use it to turn feature requests or bug descriptions into developer-ready tickets with all conversation history preserved.

Quick Start

Ask the skill to create a plan for your requested feature, answer any clarifying questions it asks, and indicate whether to create a GitHub issue.

Frequently Asked Questions about beanies-plan

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

FAQPage Schema
How do I create implementation-ready plans that preserve full conversational context for developer handoffs?

Capturing full conversational context for developer handoffs requires recording verbatim prompts and iterations, then saving approved plans to docs/plans or optionally creating GitHub issues with complete prompt logs attached.

Can I generate GitHub issues with full prompt logs from feature planning conversations?

Yes, generating GitHub issues with full prompt logs from feature planning conversations is supported. After explicit approval, the skill creates issues containing a complete prompt log comment that records every iteration and decision.

What is the best way to document feature requirements and iteration history for engineering tickets?

Documenting feature requirements and iteration history for engineering tickets is best handled through clarification-driven drafting that iterates until explicit approval, ensuring all assumptions and verbatim follow-up messages are preserved in the final plan.

Do I need a GitHub repository setup to use this planning and documentation workflow?

A GitHub repository setup is not required to use this planning and documentation workflow. You can save approved plans directly to docs/plans locally, and only need GitHub integration if you choose to create issues for developer handoffs.

Where are approved implementation plans stored for future reference?

Approved implementation plans are stored in the docs/plans directory. This persistent, auditable location ensures full context and decisions remain accessible for future implementation without requiring additional clarification.

How does clarification-driven drafting improve feature planning outcomes?

Clarification-driven drafting improves feature planning outcomes by asking necessary clarifying questions and iterating the plan until explicit approval is given, preventing knowledge loss and ambiguity before any implementation work begins.