What problem does it solve?
Superhuman replaces traditional, meeting-heavy SDLC with an AI-native workflow that decomposes your request into a dependency-graph of tasks, runs them in parallel waves, and verifies each step with tests before proceeding.
Core Features & Use Cases
- Dependency-graph decomposition: Breaks a feature into atomic sub-tasks with explicit dependencies (a DAG), avoiding rework and ordering bugs.
- Wave-based parallel execution with TDD: Executes independent tasks in parallel waves while writing tests first (red/green/refactor) and only marking tasks done after verification.
- Persistent progress board with resume: Tracks status in a project-root board file under .superhuman/board.md so you can resume midstream safely.
- When it fits: End-to-end feature builds, multi-file refactors, greenfield work, and migrations.
- When it does not: Quick single-file edits, typo fixes, or simple Q&A where deep planning and execution would be overkill.
Quick Start
Tell your AI: "Using superhuman, plan and build this feature end-to-end for my project, and include tests and verification before execution."