Add project handoff document generator #11

Closed
opened 2026-04-24 02:59:35 +00:00 by frank · 1 comment
Owner

Summary

Aggregate all skill outputs into a comprehensive PROJECT_HANDOFF.md: scope decisions, ADRs, pricing, security posture, tech debt, sprint status.

Why

When bringing on a collaborator or selling a project, the data exists across sidecars but needs aggregation.

Implementation

  • Read all sidecar files for a slug
  • Render PROJECT_HANDOFF.md with sections per skill
  • 'for buyer' mode (includes pricing/market positioning)
  • 'for developer' mode (architecture/tech debt focus)

Effort

Small (< 1 day)

## Summary Aggregate all skill outputs into a comprehensive PROJECT_HANDOFF.md: scope decisions, ADRs, pricing, security posture, tech debt, sprint status. ## Why When bringing on a collaborator or selling a project, the data exists across sidecars but needs aggregation. ## Implementation - Read all sidecar files for a slug - Render PROJECT_HANDOFF.md with sections per skill - 'for buyer' mode (includes pricing/market positioning) - 'for developer' mode (architecture/tech debt focus) ## Effort Small (< 1 day)
frank closed this issue 2026-04-24 16:09:07 +00:00
Author
Owner

Implemented in db1ae35. handoff.py generate <slug> produces PROJECT_HANDOFF.md aggregating all skill outputs. Supports --mode developer (default) and --mode buyer for different audiences.

Implemented in db1ae35. `handoff.py generate <slug>` produces PROJECT_HANDOFF.md aggregating all skill outputs. Supports `--mode developer` (default) and `--mode buyer` for different audiences.
Sign in to join this conversation.
No description provided.