Build your first feature
Turn an idea into a reviewed feature, one step at a time.
Complete project setup first. Send the requests below in your agent's chat, replacing the example feature with your own.
1. Describe your idea
Use integrity-spec: I want users to save their filters as named views and reopen them later. Help me define the scope.
- Explain who needs it and what they should be able to do.
- If you're unsure, ask the agent to interview you first.
- Review the proposed scope, success criteria, Team, and any Initiative link before approving.
2. Make a plan
Use integrity-plan for Saved Views. Break the approved spec into steps and explain how we will test each one.
- Review the implementation Phases and how each will be checked. The plan synchronizes them to the Feature without creating synthetic Issues.
- Approve the plan before starting implementation.
3. Build a step
Use integrity-build for Saved Views. Implement the next approved phase and run its checks.
- The agent implements, checks, and commits the next phase.
- Review the result. Repeat this request for each remaining phase.
4. Simplify the code
Use integrity-simplify on Saved Views. Look for unnecessary complexity without changing how saving and reopening views works.
- Read the agent's findings and approve any proposed changes.
- Complete this step after the final implementation change.
5. Review the result
Use integrity-review for Saved Views. Check the implementation against the spec and report anything that blocks completion.
- Resolve blocking findings before finishing.
- Try the feature yourself and confirm that it does what you wanted.
6. Finish the feature
I have tested saving and reopening a view. Use integrity-done to check the remaining evidence and complete Saved Views.
- The agent checks the required evidence and marks the Feature complete.
- Your specifications, review results, and change history remain available.
For smaller changes
- Patch: a small correction with a clear expected result.
- Mini-plan: a small change that needs a short checklist.
- Feature: new behavior that needs the full workflow above.
Use integrity-patch: the button says Save veiw. Change it to Save view.