analyze-requirements

Analyze feature requests into user stories, PBIs, acceptance criteria, and dependency maps.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/vndkubi/bootstrap-toolkits --skill analyze-requirements
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-requirements
Source: https://github.com/vndkubi/bootstrap-toolkits/tree/main/.github/skills/analyze-requirements
Command: npx skills add https://github.com/vndkubi/bootstrap-toolkits --skill analyze-requirements

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyze vague feature ideas and translate them into structured requirements, PBIs, acceptance criteria, and dependency maps to streamline planning and development.

Core Features & Use Cases

  • Transform feature requests into user stories, PBIs, acceptance criteria, impact assessments, and dependency maps.
  • Analyze the codebase to identify reusable components and potential integration points.
  • Output polished markdown documents saved to docs/requirements/.

Quick Start

Provide a written feature idea and ask the skill to generate a complete requirements package for it.

Frequently Asked Questions about analyze-requirements

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

FAQPage Schema
How do I turn a vague feature idea into structured user stories and PBIs?

To turn a vague feature idea into structured user stories and PBIs, provide the written request to the skill. It analyzes the input and outputs a complete requirements package including user stories, acceptance criteria, and dependency maps.

How does codebase analysis identify reusable components for new feature requirements?

Codebase analysis for new feature requirements identifies reusable components by scanning existing modules to assess feasibility and pinpoint integration opportunities. This assessment is then saved directly within the generated requirements markdown document.

Can I automatically generate acceptance criteria and dependency maps from a feature request?

Yes, you can automatically generate acceptance criteria and dependency maps from a feature request. The skill translates your input into these structured elements, creating a polished requirements package ready for development planning.

What is the best way to document feature requirements and PBI decomposition for my backlog?

The best way to document feature requirements and PBI decomposition is to generate a standardized markdown file. The skill saves the polished requirements, including PBI decomposition and reuse assessments, under docs/requirements/[feature-name]-requirements.md.

Do I need a specific project structure to save generated requirements and user stories?

You need a project structure that supports a docs directory to save generated requirements and user stories. The skill outputs the finalized markdown documents directly to the path docs/requirements/ within your existing codebase.