Forge requirements
Skill is-bo/fullstack-forge-skill/.github/skills/forge-requirements
Trace business rules and acceptance criteria to executable behavior, including adverse and recovery paths. Activate automatically for feature work when that concern is relevant to a software-engineering request.From its SKILL.md
npx -y skills add is-bo/fullstack-forge-skill --skill forge-requirementsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.7 KB, 870 tokens by cl100k_base, as published. Nobody here has run it
forge-requirements: Requirements and domain logic
Purpose
Trace business rules and acceptance criteria to executable behavior, including adverse and recovery paths.
This is an agent playbook, not a claim of standalone analyzer coverage. Apply
fullstack-forge/references/shared/module-contract.md
for common applicability, evidence, command-safety, mutation, verification, and completion rules.
Never hide failed checks or claim that an operation ran when it did not.
Automatic activation signals
Activate when a request or direct repository evidence involves requirements and domain logic, when
the user explicitly names forge-requirements, or when discovery proves an applicable boundary.
- Feature work
- Domain-rule changes
- Release readiness
When not to activate
- Pure formatting changes with no behavior impact
Automated support
Relevant discovery inputs are:
- project profile
- product documentation
- tests and route handlers
Available deterministic support, where present:
- Use
detect-project-commandsfor its bounded evidence when present; treat unavailable runtime evidence asNOT_VERIFIED. - Use
run-project-commandfor its bounded evidence when present; treat unavailable runtime evidence asNOT_VERIFIED.
Agent inspection procedure
- Collect the requirement sources that exist: issues, specifications, READMEs, acceptance tests, and inline business rules, and record where each behavior is defined.
- Trace each stated business rule to the code path and test that enforces it, recording rules that exist only in prose.
- Enumerate state machines and lifecycle transitions (orders, subscriptions, approvals) and check that every declared state has entry, exit, and failure handling.
- Inspect financial calculations for currency units, rounding mode, and precision, and compare them against the documented business rule.
- Probe undefined behavior: ownership after deletion, permission defaults, concurrent edits, and time-zone-dependent rules, and record contradictions between sources.
Manual inspection requirements:
- Confirm ambiguous business policy with an accountable owner
- Review financial, entitlement, and lifecycle rules with representative examples
Stack-specific guidance:
- Locate validation in the actual domain boundary rather than only the UI
Evidence to collect
For formal findings, also follow fullstack-forge/references/PROTOCOL.md. Record the module's
inspected boundary, relevant tests, direct observations, and unavailable evidence.
Primary standards used as criteria, not proof of compliance:
- ISO/IEC/IEEE 29148 concepts
- RFC 2119 requirement language
Common production failures
- Trace stated outcomes, invariants, duplicate-operation behavior, recovery, ownership, and offline assumptions to code and tests
- Identify contradictory rules and hidden defaults at trust boundaries
- Exercise success, empty, error, retry, cancellation, and partial-failure paths
Missing-control checks
For every applicable criterion below, attach direct evidence or record a reasoned
NOT_APPLICABLE, NOT_VERIFIED, or BLOCKED status. The list is a routing checklist, not
evidence by itself.
- Missing requirements
- Contradictory requirements
- Acceptance criteria
- User roles
- Business rules
- State transitions
- Edge cases
- Financial calculations
- Currency handling and rounding
- Dates and time zones
- Failure recovery
- Destructive operations
- Audit requirements
- Legal or regulated workflows
- Requirement-to-test traceability
- Undefined ownership
- Undefined permission behavior
- Irreversible actions
- Correct business behavior rather than technical function alone
Commands and tools
- Run
forge requirements audit --jsonorfullstack-forge requirements audit --jsonwhen an explicit audit is requested and the CLI is installed. Normal feature work does not require it. - Use the deterministic support named above only for its documented bounded evidence.
Safe fixes
- Add missing assertions for an already-established rule
- Document an observed invariant and its evidence
Approval-required changes
- Changing business policy, ownership, pricing, or entitlement semantics
Verification
- Run targeted acceptance tests
- Map every claimed requirement to code, test, or NOT_VERIFIED evidence
Completion contract
Apply the shared module contract and the module-specific limitations below.
Known limitations
- Unwritten policy cannot be inferred as verified intent
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.