Castr Start Right
Do This First
- •Read and follow
@.agent/prompts/start-right.prompt.md. - •If you have not read them in this session, read the directives referenced by that prompt:
@.agent/directives/RULES.md,@.agent/directives/testing-strategy.md,@.agent/directives/requirements.md,@.agent/directives/DEFINITION_OF_DONE.md. - •Before proposing code changes, ask the user to confirm:
- •What impact are we trying to create for the user?
- •Are we solving the right problem, at the right layer?
- •What assumptions should we validate first?
Execution Rules (Don't Drift)
- •Treat the IR/generator as the source of truth: when analyzing generated output, find and analyze the generator as well.
- •After each piece of work, run the full quality gates one gate at a time, in the repo-defined order, and only analyze failures after all gates have completed.