issue-pack
Issue Pack
Pack turns needs-pack work into one executable delivery unit: either a single issue package or a PRD package. It publishes the Package Contract and is the only AI-native workflow skill that creates ready-for-agent work.
Backend Contract
Before packaging, read .and/config.yml, then use ai-native-backend-contract.
Use the configured backend reference for all reads and writes. If setup is missing, unsupported, or the backend contract is unavailable, stop and route to setup-ai-native-development or ask the user to install the missing skill.
Do not infer backend labels, frontmatter, child identifiers, containment, dependency, receipt, lifecycle, or stage-state mechanics inside this skill.
Package Shapes
- Single issue package: one delivery-unit record carries the complete Package Contract and
ready-for-agent; no child records are created. - PRD package: the parent PRD carries the complete Package Contract and
ready-for-agent; child records are internal execution slices for progress, ordering, delegation, and acceptance tracking.
Both shapes require the same contract strength. A single issue package is not a lighter specification; it simply does not need child slices.