2026-09-05 20:33:29 +02:00
|
|
|
---
|
|
|
|
|
id: PQRST-WP-0001
|
|
|
|
|
type: workplan
|
|
|
|
|
title: "Bootstrap State Hub integration"
|
|
|
|
|
domain: agents
|
|
|
|
|
repo: pqrst-practice
|
|
|
|
|
status: ready
|
|
|
|
|
owner: codex
|
|
|
|
|
topic_slug: practice
|
|
|
|
|
created: "2026-09-05"
|
|
|
|
|
updated: "2026-09-05"
|
2026-09-05 20:34:01 +02:00
|
|
|
state_hub_workstream_id: "a1774666-54fd-58c8-b093-7fb40c468c86"
|
2026-09-05 20:33:29 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Bootstrap State Hub integration
|
|
|
|
|
|
|
|
|
|
Retrospective PQRST estimation practice for closing agentic coding sessions.
|
|
|
|
|
|
|
|
|
|
## Review Generated Integration Files
|
|
|
|
|
|
|
|
|
|
```task
|
|
|
|
|
id: PQRST-WP-0001-T01
|
|
|
|
|
status: todo
|
|
|
|
|
priority: high
|
2026-09-05 20:34:01 +02:00
|
|
|
state_hub_task_id: "9dd0cdb6-a0bb-5355-9804-eb7dd40c45f2"
|
2026-09-05 20:33:29 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
|
|
|
|
|
Replace generated placeholders with repo-specific facts where needed.
|
|
|
|
|
|
|
|
|
|
## Verify Local Developer Workflow
|
|
|
|
|
|
|
|
|
|
```task
|
|
|
|
|
id: PQRST-WP-0001-T02
|
|
|
|
|
status: todo
|
|
|
|
|
priority: high
|
2026-09-05 20:34:01 +02:00
|
|
|
state_hub_task_id: "1100f857-e774-5861-9b03-e6cfd2472a4b"
|
2026-09-05 20:33:29 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Identify the repo's install, test, lint, build, and run commands. Add or refine
|
|
|
|
|
those commands in the agent instructions so future coding sessions can verify
|
|
|
|
|
changes confidently.
|
|
|
|
|
|
|
|
|
|
## Seed First Real Workplan
|
|
|
|
|
|
|
|
|
|
```task
|
|
|
|
|
id: PQRST-WP-0001-T03
|
|
|
|
|
status: todo
|
|
|
|
|
priority: medium
|
2026-09-05 20:34:01 +02:00
|
|
|
state_hub_task_id: "174d689e-5fc4-5fe1-93cb-1fcf0f801e7f"
|
2026-09-05 20:33:29 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Create the first implementation workplan for the repository's most important
|
|
|
|
|
next change. After workplan file updates, run the sync locally from this repo
|
|
|
|
|
checkout:
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
statehub fix-consistency
|
|
|
|
|
```
|