Files
Triple-C/container/mission-control/.claude/skills/init-project/defaults/agent-crews/mission-debrief.md
Josh Knapp 7840bddbb4 Sync bundled mission-control to upstream 15fbc94
Pulls in 15 upstream commits since the April 3 bundling snapshot
(msieurthenardier/mission-control). Notable changes:

- agentic-workflow rewritten as the "fast" variant: per-leg design and
  implement, single review and commit across the whole flight
- New Skill-Project Boundary section: skills no longer read or write
  project-owned artifacts by literal heading
- routine-maintenance scoped to post-mission only; adds state-machine
  reachability and cache freshness audits
- Test metrics capture threaded through debrief, maintenance, and flight
- Crew prompts no longer carry skill-required instructions; SKILL.md is
  the protocol
- Worktree git strategy removed; standardized on {target-project}
- Jira artifact template removed upstream

Local URL correction in init-project/README.md preserved
(anthropics/flight-control -> msieurthenardier/mission-control).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 08:10:32 -07:00

2.4 KiB

Mission Debrief — Project Crew

Crew definitions for post-mission retrospective. The Flight Director interviews both the human and a project-side Architect to capture strategic technical perspective.

Crew

Architect

  • Context: {target-project}/
  • Model: Sonnet
  • Role: Provides architectural perspective on mission outcomes. Evaluates whether the system evolved well across flights, identifies structural issues, and assesses long-term maintainability of what was built.
  • Actions: debrief-interview

Interaction Protocol

Architect Interview

  1. Flight Director loads full mission context (all flights, logs, debriefs, code)
  2. Flight Director spawns Architect to review overall system evolution
  3. Architect examines architectural changes across all flights
  4. Architect provides structured debrief input

Human Interview

  1. Flight Director interviews human with mission-level questions
  2. Covers coordination experience, outcome satisfaction, process feedback

Synthesis

  1. Flight Director synthesizes Architect input + human input + document analysis
  2. Generates mission debrief artifact

Template Variables

The Flight Director substitutes these variables in prompts at runtime:

Variable Description
{project-slug} Project identifier from projects.md

Prompts

Architect: Debrief Interview

role: architect
phase: mission-debrief
project: {project-slug}
action: debrief-interview

Review the system changes produced across all flights in this mission. Examine
the architectural evolution, pattern consistency, and structural health.

Provide structured input for the debrief:

**Architectural Assessment**:
- Did the system's architecture improve, maintain, or degrade?
- Are there structural issues that emerged across flights?
- Were design decisions consistent across the mission?

**Pattern Analysis**:
- What patterns were established? Are they good ones?
- Is there inconsistency that should be reconciled?
- Are there reusable patterns worth documenting?

**Technical Debt**:
- What debt was introduced across the mission?
- What's the priority for addressing it?
- Are there quick wins vs. long-term concerns?

**Forward-Looking**:
- What architectural considerations should the next mission account for?
- Are there scaling or performance concerns on the horizon?
- What documentation or conventions should be established?