plan-feature

Generate structured feature plans covering Domain, Application, Infrastructure, Endpoints, and Tests.

2|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/signalbeam-io/signalbeam-edge --skill plan-feature-signalbeam-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-feature
Source: https://github.com/signalbeam-io/signalbeam-edge/tree/main/.claude/skills/plan-feature
Command: npx skills add https://github.com/signalbeam-io/signalbeam-edge --skill plan-feature-signalbeam-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feature requests and vague ideas often fail to translate into actionable work items. This Skill analyzes the repository and generates a structured feature plan that grounds the plan in existing code patterns.

Core Features & Use Cases

  • Grounds plans in codebase patterns to ensure feasibility and alignment with existing services.
  • Produces a cross-cutting plan covering Domain, Application, Infrastructure, Endpoints, and Tests with concrete tasks.
  • Guides handoff to GitHub /create-tasks to kick off implementation and tracking.
  • Use Case: A product manager describes a new billing feature; the Skill outputs a plan with required services, endpoints, and acceptance criteria.

Quick Start

Describe the feature you want to build, and I will generate a structured feature plan grounded in the current codebase.

Frequently Asked Questions about plan-feature

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

FAQPage Schema
How do I turn a vague feature idea into a structured software engineering plan?

To turn a vague feature idea into a structured plan, the Skill analyzes your repository and generates an actionable feature plan grounded in existing code patterns. It outputs a detailed breakdown covering Domain, Application, Infrastructure, Endpoints, and Tests.

What's the best way to plan cross-cutting features for a multi-service codebase?

The best way to plan cross-cutting features for a multi-service codebase is to generate a structured plan covering Domain, Application, Infrastructure, Endpoints, and Tests. This ensures all architectural layers are addressed and grounded in existing code patterns.

How do I generate implementation tasks from a feature plan?

To generate implementation tasks from a feature plan, the Skill suggests running the /create-tasks command. This hands off the structured plan to GitHub, kicking off implementation and tracking for the generated Domain, Application, and Infrastructure work items.

Can I use this feature planning approach for multi-service projects?

Yes, you can use this feature planning approach for multi-service projects. It applies specifically to cases needing code exploration, clarification, and cross-cutting task generation across distinct architectural layers to ensure feasibility.