Generate structured feature specifications with Business Rules (BR), User Stories (US), and Acceptance Criteria (AC).
From tech-leadnpx claudepluginhub ruslan-korneev/claude-plugins --plugin tech-leadThis skill uses the workspace's default tool permissions.
references/dependency-graph.mdreferences/feature-template.mdreferences/id-conventions.mdreferences/phases.mdSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Generate structured feature specifications with Business Rules (BR), User Stories (US), and Acceptance Criteria (AC).
Use this skill when the user wants to:
Trigger phrases:
Features are organized into 6 phases based on their role:
| Phase | Prefix | Description |
|---|---|---|
| Core | core- | Fundamental entities (users, products, orders) |
| Workflow | workflow- | Business processes (checkout, approval) |
| Lifecycle | lifecycle- | State transitions, notifications |
| Analytics | analytics- | Reporting, metrics, dashboards |
| Integration | integration- | External APIs, third-party services |
| UI | ui- | User interface components |
Each requirement uses a standardized identifier:
Where:
XXX — 3-letter domain code (USR, ORD, PAY, etc.)YYY — Sequential number (001, 002, ...)## BR-XXX-001: Business Rule Title
**Description**: What this rule defines
**Rationale**: Why this rule exists
### User Stories
#### US-XXX-001: As a [role], I want [goal]
**Acceptance Criteria:**
- [ ] AC-XXX-001: Given [context], when [action], then [outcome]
- [ ] AC-XXX-002: Given [context], when [action], then [outcome]
For existing codebases:
For new projects:
docs/technical-requirements/features/
├── README.md # Index with dependency graph
├── 00-template.md # Feature template
├── core-01-user-management.md # Core features
├── core-02-authentication.md
├── workflow-01-order-creation.md # Workflow features
├── lifecycle-01-notifications.md # Lifecycle features
├── analytics-01-reports.md # Analytics features
├── integration-01-email.md # Integration features
└── ui-01-admin-panel.md # UI features
<!-- manual -->
This content is preserved during regeneration
<!-- /manual -->
draft — File exists, no code yetin_progress — Code exists, tests failingcompleted — Code + tests passing