Work process
June 18, 2026 · View on GitHub
Proposed ideal — not a hard rule.
- Discuss — chat with Claude to accumulate context.
- Grill —
/grill-me. Pressure-tests vocabulary and architecture against the project's docs and code. - File issue —
/file-issue. Captures the problem statement. - Implement — use
/typescript-engineeringfor server-side TS work and/react-ui-engineeringfor UI work.
Keep in mind
- Stress-test ideas with both humans and agents. Agents catch inconsistencies with the codebase fast. Humans catch the bigger picture. You want both before committing to a direction.
- State the problem clearly before the solution. WHAT we're solving matters more than HOW we get there.
- Keep the codebase architecturally consistent. Inconsistency compounds.
/typescript-engineeringand/react-ui-engineeringexist to keep new code coherent with the conventions the rest of the system already follows.