scullxbones
- 9 skills
- 0 followers
- 10 hours ago last updated
- ▌ Verify Armature · scullxbones bundleDrive and verify the Armature `arm` CLI (git-native work orchestration, no server) from this checkout. Use when proving arm bootstrap, worker-init, create/list, doctor, ready/claim, or any isolated CLI behavior against a throwaway git repo.
- ▌ Armature · scullxbonesQuick reference for arm command syntax — use when working in an armature-managed repo to find actionable work, claim issues, and manage issue state.
- ▌
- ▌ Armature Worker · scullxbones bundleUse for task execution in an armature-managed repository. A worker receives a pre-claimed task from the Coordinator, implements it, records progress, and transitions the task to `done`. Enforces per-task commits and story-level push/PR strategy.
- ▌ Armature Auditor · scullxbones bundleUse when verifying completed work before story sign-off — checks citation coverage, source UUID integrity, outcome quality, and repo health. Runs validate, sources verify, render-context, and doctor --strict.
- ▌ Armature Planner · scullxbones bundleUse when creating a new story or epic — translates objectives into a well-structured DAG of actionable work. Covers dag apply (with dry-run), dag transition, source registration, dependency linking, and validation before releasing work to workers.
- ▌ Armature Reviewer · scullxbones bundleUse when receiving a ReviewBundle from arm review prepare and producing a ConformanceAssessment JSON. Evaluates each criterion from the contract against the delivery diff, records evidence as citations, writes the assessment JSON under .armature/review/ once, runs arm review validate and applies suggestions for at most 3 attempts after the first failure, then returns rating, findings, and that path — or, if validation never succeeded or failed operationally, a no-path shape, never a recordable path.
- ▌ Armature Coordinator · scullxbones bundleUse when operating orchestration in an armature-managed repository — surveys the story DAG, dispatches workers wave by wave, integrates outcomes, validates citation coverage, and closes stories with a pull request. Requires a worker identity (arm worker-init) and arm on PATH.
- ▌ Armature Activity Indexer · scullxbonesUse when preparing a cheap fresh-context Activity Index from a worktree's activity log. Reads the log, emits a schema-constrained JSON index that routes the Reviewer to raw entries. The index is a finding aid only, never citable. Requires arm on PATH.