Skip to content

feat(admiral): add crew report persistence to workspace template #68

@khang859

Description

@khang859

Summary

When crew complete missions that produce reports (triage, analysis, research), the Admiral should automatically save them to docs/ before recalling the crew. This workflow should be baked into the admiral workspace template so every new starbase gets it out of the box.

Motivation

Currently, crew reports only live in comms history or fleet crew observe output — both ephemeral. If you recall a crew before saving, the report is lost. We've been doing this manually and it should be a default behavior.

Scope

  1. Update the admiral workspace template CLAUDE.md — add a rule instructing the Admiral to save crew reports to docs/{sector}-{report-type}-{YYYY-MM-DD}.md before recalling crew
  2. Ship docs/workflow-crew-reports.md in the template — documents when/how/why to save reports
  3. Ensure docs/ directory exists in the template scaffold

Out of Scope

  • Shell hooks or automation — this is an LLM instruction in CLAUDE.md, not a script
  • Changes to the Fleet CLI or comms system

Reference

Working implementation already exists in starbase 432a3a:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions