The /feature skill's Phase 0.0 claim step fetches an issue's number,title,state,assignees,comments β but not its body. The scope written in the issue description is never loaded by the executor. Phase 0.0 also has no staleness gate: an aged issue is implemented as-written even when the code it references has since moved.
Sub-issues track the same change in each stack repo:
- fetch
body in Phase 0.0 and treat it as the primary scope source
- aged-scope gate: issue older than ~7 days, or body references that no longer match the codebase β re-validate scope against current code and present the drift before implementing
Created via /dev:issue
The /feature skill's Phase 0.0 claim step fetches an issue's
number,title,state,assignees,commentsβ but not itsbody. The scope written in the issue description is never loaded by the executor. Phase 0.0 also has no staleness gate: an aged issue is implemented as-written even when the code it references has since moved.Sub-issues track the same change in each stack repo:
bodyin Phase 0.0 and treat it as the primary scope sourceCreated via /dev:issue