Javis Story
Use this skill when the user is working on a Javis story.
Workflow
- Identify the story goal, scope, constraints, and acceptance criteria.
- Inspect the codebase paths relevant to the story before proposing or changing code.
- If implementation is requested, make the code changes, verify them, and summarize outcomes against the story requirements.
- If the story is still vague, refine it into concrete, testable deliverables first.
Notes
- Keep the story outcome tied to observable behavior, not just code edits.
- Surface missing requirements or ambiguous acceptance criteria early.
- Prefer small, verifiable increments when the story is broad.