Pipeline PRD through architecture to threat model
mishkan-initworkflowsetup L3★3
Y4NN777/mishkan-cc-harness ↗What it does
Bootstrap project with overlapping research stages
Best for
Fast-tracking project bootstrap by starting research stages as soon as their upstream dependencies become available.
Inputs
- · project spec
- · research scope
- · output path
Outputs
- · PRD
- · SRS
- · CONTRACT
- · ARCHITECTURE
- · THREAT_MODEL
- · C4 diagram
Requires
- · agent() (Sonnet/Opus)
- · parallel()
- · document synthesis
Preconditions
Workflow runtime; project scope well-defined; agents can synthesize complex documents
Failure modes
- · Downstream stage starts before upstream dependency stabilizes (requires rewrite)
- · SRS contradicts PRD (discovery gap)
- · C4 diagram doesn't match CONTRACT definitions
Trust signals
- · Overlapping stages (time savings)
- · Dependency chain enforced (PRD→SRS→CONTRACT→ARCH)
- · Document synthesis contracts per stage