From d60e894c2763bdf79400b97fc6e9911d0a69296c Mon Sep 17 00:00:00 2001 From: tegwick Date: Mon, 22 Jun 2026 23:35:10 +0200 Subject: [PATCH] Complete State Hub bootstrap workplans (WP-0001) - Review integration files; fill SCOPE where templated - Document dev workflow in stack-and-commands.md - Seed WP-0002 implementation workplan; mark bootstrap finished - Hub sync via fix-consistency --- .claude/rules/stack-and-commands.md | 21 +-- SCOPE.md | 122 ++---------------- workplans/HUMAN-WP-0001-statehub-bootstrap.md | 17 ++- ...N-WP-0002-hr-workflow-registry-scaffold.md | 28 ++++ 4 files changed, 60 insertions(+), 128 deletions(-) create mode 100644 workplans/HUMAN-WP-0002-hr-workflow-registry-scaffold.md diff --git a/.claude/rules/stack-and-commands.md b/.claude/rules/stack-and-commands.md index dc53ac6..9ae6cc0 100644 --- a/.claude/rules/stack-and-commands.md +++ b/.claude/rules/stack-and-commands.md @@ -1,19 +1,20 @@ ## Stack - -- **Language:** -- **Key deps:** +- **Language:** Markdown-first registry and planning repo (no application runtime yet) +- **Key deps:** State Hub ADR-001 workplans, `registry/indexes/capabilities.yaml` ## Dev Commands ```bash -# TODO: Fill in the standard commands for this repo +# Orient (offline-safe) +cat .custodian-brief.md +cat INTENT.md +cat SCOPE.md +ls workplans/ -# Install dependencies +# After workplan or registry edits — from ~/state-hub +make fix-consistency REPO=human-resources -# Run tests - -# Lint / type check - -# Build / package (if applicable) +# Sanity-check markdown / registry edits +git diff --check ``` diff --git a/SCOPE.md b/SCOPE.md index d48e39a..88d52e7 100644 --- a/SCOPE.md +++ b/SCOPE.md @@ -1,137 +1,31 @@ # SCOPE -> This file helps you quickly understand what this repository is about, -> when it is relevant, and when it is not. -> It is intentionally lightweight and may be incomplete. +> Lightweight boundary for agents and contributors. --- ## One-liner - - +Strategic human-resources planning and antifragile people-system design. --- ## Core Idea - - +human-resources captures HR intent, workflows, and registry entries for people operations amplified by automation. --- ## In Scope - - - -- -- -- +- HR intent, policies-in-draft, and workplans +- Registry scaffold for HR capabilities +- State Hub coordination for HR initiatives --- ## Out of Scope - - +- Payroll/HRIS product implementation +- Legal employment contract generation -- -- -- - ---- - -## Relevant When - - - -- -- -- - ---- - -## Not Relevant When - - - -- -- -- - ---- - -## Current State - - - -- Status: -- Implementation: -- Stability: -- Usage: - - - ---- - -## How It Fits - - - -- Upstream dependencies: -- Downstream consumers: -- Often used with: - ---- - -## Terminology - - - - -- Preferred terms: -- Also known as: -- Potentially confusing terms: - ---- - -## Related / Overlapping Repositories - - - - -- - ---- - -## Getting Oriented - - - -- Start with: -- Key files / directories: -- Entry points: - ---- - -## Provided Capabilities - - - - - - - ---- - -## Notes - - diff --git a/workplans/HUMAN-WP-0001-statehub-bootstrap.md b/workplans/HUMAN-WP-0001-statehub-bootstrap.md index 5911b9b..e39f2ed 100644 --- a/workplans/HUMAN-WP-0001-statehub-bootstrap.md +++ b/workplans/HUMAN-WP-0001-statehub-bootstrap.md @@ -4,7 +4,7 @@ type: workplan title: "Bootstrap State Hub integration" domain: consumer repo: human-resources -status: ready +status: finished owner: codex topic_slug: consumer created: "2026-06-22" @@ -20,11 +20,14 @@ Human resources domain tooling. ```task id: HUMAN-WP-0001-T01 -status: todo +status: done priority: high state_hub_task_id: "3e637b56-8538-404c-a61f-03c05623ec8e" + ``` +Result 2026-06-22: Filled SCOPE.md from INTENT. + Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`. Replace generated placeholders with repo-specific facts where needed. @@ -32,11 +35,14 @@ Replace generated placeholders with repo-specific facts where needed. ```task id: HUMAN-WP-0001-T02 -status: todo +status: done priority: high state_hub_task_id: "923c6f33-1be6-4601-a078-49a66fcdc201" + ``` +Result 2026-06-22: Registry workflow documented. + 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. @@ -45,11 +51,14 @@ changes confidently. ```task id: HUMAN-WP-0001-T03 -status: todo +status: done priority: medium state_hub_task_id: "11803339-e6d9-40e4-8740-59d29d79d98a" + ``` +Result 2026-06-22: Created HUMAN-WP-0002. + Create the first implementation workplan for the repository's most important next change. After workplan file updates, run from `~/state-hub`: diff --git a/workplans/HUMAN-WP-0002-hr-workflow-registry-scaffold.md b/workplans/HUMAN-WP-0002-hr-workflow-registry-scaffold.md new file mode 100644 index 0000000..80a3742 --- /dev/null +++ b/workplans/HUMAN-WP-0002-hr-workflow-registry-scaffold.md @@ -0,0 +1,28 @@ +--- +id: HUMAN-WP-0002 +type: workplan +title: "HR workflow registry scaffold" +domain: consumer +repo: human-resources +status: ready +owner: codex +topic_slug: consumer +created: "2026-06-22" +updated: "2026-06-22" +state_hub_workstream_id: "cbd6beb1-3581-4301-9e00-43e74f6b19b4" +--- + +# HR workflow registry scaffold + +Define the first HR workflow registry entries and assessment loop. + +## HR workflow registry draft + +```task +id: HUMAN-WP-0002-T01 +status: todo +priority: high +state_hub_task_id: "29985d64-88c5-4268-9fba-9cd6094038c5" +``` + +Add initial workflow entries to `registry/` and link to INTENT phases (assessment, automation roadmap).