Register repo with State Hub under agents/practice

Generated by `statehub register --domain agents --topic practice
--wp-prefix PQRST-WP`: AGENTS.md, .custodian-brief.md, .gitignore, and the
bootstrap workplan.

The `practice` topic was created for this repo under the agents domain,
covering prestructured actions that are less complex than a process but
more ambitious and structured than a task.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01SQ6oF1DtVDKcD1FCpvRVLx

Assistant: claude-code
Assistant-Model: opus
Assistant-Process: 272883@bnt-lap001
Assistant-Session: f40c8f53-fb65-4980-9d29-bcdb3dd946f7
This commit is contained in:
tegwick 2026-09-05 20:33:29 +02:00
parent 4986a87773
commit b3a79f342d
4 changed files with 292 additions and 0 deletions

View file

@ -0,0 +1,55 @@
---
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"
---
# 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
```
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
```
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
```
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
```