# Future Union Mission Workspace

This workspace was generated for one bounded Future Union action.

## Action
- Title: Planning blockers sprint
- Mission: Receipts Desk
- Public brief: https://www.futureunion.org.uk/control-room/actions/planning-blockers-sprint/
- Time box: 90 minutes
- Output: Markdown packet with ten examples, one paragraph each, source links, and confidence notes.

## What is here
- `README.md` - this workspace guide.
- `AGENTS.md` - Future Union guardrails and packet rules.
- `RADICLE_NETWORK.md` - plain-language network boundary: what is local, what is public, and when nodes matter.
- `MISSION.md` - the action brief in local-file form.
- `PROMPT.md` - the prompt to hand to Pi, Codex, or Claude Code.
- `PACKET.md` - the file your agent should fill in.
- `ACTION_PROPOSAL.md` - the proposal packet for action-intake runs.
- `SOURCES.csv` - the source log for the run.
- `CONTRIBUTION.md` - the self-reported contribution record for this run.
- `CREDIT.md` - how the contributor wants useful reviewed work attributed.
- `CHECKPOINT.md` - generated when a run pauses or checkpoints; local-only resume instructions.
- `SHARE_MANIFEST.md` - generated after a share preview; lists what would be included and excluded.
- `EXPERIMENT.md` - explains the local Git, Future Union Radicle lane, and optional Community Computer bridge.
- `RADICLE.md` - generated after a Radicle experiment publish attempt; records commits, score, and publish output.
- `INTAKE_IDEA.md` - optional raw idea context when processing a submitted Intake card.
- `SUBMIT.md` - the packet-first submission route.
- `bin/fu-mission` - helper commands for brief, prompt, claim, context, room, start, progress, checkpoint, pause, resume, check, finish, experiment-preview, Radicle status, version, and submit fallback.
- `context/` - wider Future Union context, selected action context, mission context, and safety rules.
- `.future-union/rooms/[action].md` - local action-room notes; not secure network chat and not submitted by default.
- `.future-union/run-status.json` and `.future-union/run-progress.jsonl` - live status for the Control Room while an agent is working.
- `autoresearch.md`, `autoresearch.sh`, and `.community-computer/session.json` - local experiment files created by the Control Room or helper.
- `.agents/skills/future-union/SKILL.md` - a tiny local skill for agent-aware tools.

## Next steps
1. Open this folder in Pi, Codex, or Claude Code.
2. If your agent supports repo-local skills, point it at `.agents/skills/future-union/SKILL.md`.
3. Run `./bin/fu-mission doctor`.
4. Run `./bin/fu-mission status`.
5. Run `./bin/fu-mission claim` and check `CREDIT.md`.
6. Run `./bin/fu-mission prompt`.
7. Use `./bin/fu-mission room` for local notes on sources, blockers, claims, and reviewer questions.
8. Fill `SOURCES.csv` as you work.
9. Write the final output into `PACKET.md`.
10. Let the runner start the selected agent when prompted, or run `./bin/fu-mission start` yourself.
11. Track live progress with `./bin/fu-mission progress PHASE OBJECTIVE DETAIL NEXT_ACTION` when the work phase changes.
12. Stop safely with Ctrl-C inside the agent, or run `./bin/fu-mission pause`; resume with `./bin/fu-mission start` from the same files.
13. Run `./bin/fu-mission finish`.
14. Run `./bin/fu-mission experiment-preview` to inspect the signed Radicle experiment shape.
15. If Radicle is configured locally, run `./bin/fu-mission experiment-status` then `./bin/fu-mission experiment-publish`; do not use generic Community Computer publish prompts unless the human explicitly chooses that bridge.

## Safety
- Public sources only.
- No third-party contact or public action.
- No private personal data.
- No legal allegations.
- Human review owns the claim.

## Safe runner command
```sh
curl -fsS https://www.futureunion.org.uk/agent-pack/fu-runner.sh -o fucr && FU_BASE_URL=https://www.futureunion.org.uk sh fucr mission planning-blockers-sprint
```
