design
01Command Claude Code
Design a use case from its spec — understand it, work out the design (diagrams + decisions), and write the area's design doc. Stops before any code.
Project Pulse is a web app designed to track project contributions and facilitate peer evaluations in senior design or capstone projects. It promotes transparency, accountability, and collaboration by encouraging regular reporting, helping students and instructors monitor team dynamics and progress.
Command Claude Code
Design a use case from its spec — understand it, work out the design (diagrams + decisions), and write the area's design doc. Stops before any code.
Command Claude Code
Implement a use case from its approved design — plan, code, and test from the area's docs/design doc. Run /design first.
Command Claude Code
Verify and resync anchors, cross-references, and cross-doc consistency across the requirements docs.
Command Claude Code
Detect drift between the requirements docs and the actual codebase — where built code diverges from the spec, where the spec is unimplemented, and where code exists that no spec describes. This is the periodic companion to /spec-build.