Claude does not always follow the instructions in agent-os:shape-spec (Proposed fix) #325
Replies: 2 comments 2 replies
-
|
Are you talking about agent-os v2 or v3? |
Beta Was this translation helpful? Give feedback.
-
ProblemWhen running Expected BehaviorThe shape-spec skill clearly defines in Step 7:
The spec folder should be created as: This should happen before any implementation tasks. Actual Behavior
The issue was only caught when the user noticed and asked why the spec wasn't saved to the correct location. The agent then had to retroactively create the spec folder after implementation was already complete. Root CauseThere's a conflict between two planning systems:
The agent prioritizes the Claude Code plan mode constraints (write to Suggested FixOptions to consider:
Reproduction
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I often get that Claude Code does not follow the instructions in the shape-spec.md file. It would just follow its own process.
I added
**IMPORTANT** Always follow the step in this guide for the planning phaseto the very bottom of the shape-spec.md file and it has been following the instruction since.Beta Was this translation helpful? Give feedback.
All reactions