From business-builder
Use when checking whether an existing business-builder workspace already contains enough evidence to extract functional requirements, non-functional requirements, business rules, and explicit gaps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/business-builder:analyze-workspaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This is a read-only analysis skill for an existing `business-builder/` workspace in modular repository layouts.
This is a read-only analysis skill for an existing business-builder/ workspace in modular repository layouts.
It extracts evidence and returns a structured diagnosis in chat. It never creates, edits, or deletes files.
business-builder workspace path (see Workspace Resolution Rules).No business-builder workspace found (or it is empty), so there is no business base to extract requirements or rules yet.docs/, skills/, or other folders.Resolve a single target workspace before analysis, using this precedence:
docs/business-builder/apps/*/docs/business-builder/ (if multiple matches, ask user to choose one)business-builder/ (legacy repository-root layout)Resolution behavior:
User-visible capabilities, business processes, inputs/outputs, validations, and expected outcomes.
Performance, security, compliance, reliability, observability, maintainability, scalability, and operational constraints.
Deterministic decision rules, eligibility/approval criteria, calculation policies, thresholds, lifecycle rules, and governance constraints.
Add a gap when at least one condition applies:
GAP-COVERAGE: required dimension has no evidence (owner, acceptance criteria, KPI, SLA, policy)GAP-AMBIGUITY: statement allows multiple interpretationsGAP-CONFLICT: contradictory statements across sourcesGAP-TRACEABILITY: finding has no source pointer or rationaleGAP-DEPENDENCY: requirement depends on undefined external system/policyEach gap should include:
idtagdescriptionimpactrequired-clarificationUse only evidence quality from the resolved business-builder workspace.
Return:
level: High | Medium | Lowrationale: 1-2 linesdrivers: key factors (coverage, consistency, traceability)Use this shape in chat:
## Context found
...
## Functional requirements
- FR-001: ...
## Non-functional requirements
- NFR-001: ...
## Business rules
- BR-001: ...
## Gaps and pending items
- GAP-001 (`GAP-COVERAGE`): ...
## Confidence level
- level: ...
- rationale: ...
- drivers: ...
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, 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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub navesdev/business-builder --plugin business-builder-dev