consume: encode an output-location convention for project sources #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
The skill says to write under
01 sources/claude/. During the run the output was placed under01 sources/claude/projects/instead, decided ad hoc.Problem
There is no stated convention for where consume output lands within the write area, so placement is negotiated fresh each run.
Proposed change
Encode a convention — for example, project-branch output lives flat under
01 sources/claude/projects/— leaving room for other consume source types to get their own area later.Files
consume/SKILL.md(step 6) and/orconsume/project.md.— Claude