repo-harness-architecture
FeaturedResolves repo-harness architecture drift requests and updates architecture docs or diagrams without running full init, migrate, or upgrade.
AI & Automation 397 stars
27 forks Updated yesterday MIT
Install
Quality Score: 92/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# repo-harness-architecture
Use this command when the harness already exists and the user wants a focused
architecture documentation, drift-request, or diagram pass.
## Protocol
1. Confirm the target repo path and architecture scope.
2. Inspect `docs/architecture/index.md` and pending files under `docs/architecture/requests/`.
3. When the scope maps to repo code or config, resolve the capability with:
- `repo-harness run capability-resolver match --repo <repo> --path <path> --format json`
4. Update the smallest relevant architecture artifact:
- umbrella status in `docs/architecture/index.md`
- module or snapshot docs under `docs/architecture/`
- Mermaid fenced block in the relevant module or snapshot Markdown when a visual flow materially helps
- optional human-readable diagram artifact under `docs/architecture/diagrams/`
5. Use Markdown Mermaid as the semantic diagram source; use `mermaid` only for optional human-readable HTML renderings grounded in observed repo files.
6. Archive handled requests with:
- `repo-harness run archive-architecture-request --request <request> --status <resolved|superseded|rejected|no-change> --artifact <path> --note <text>`
- For `resolved`, the live `Pending` request must declare `> **Architecture Module**:` and that exact existing module path must be supplied as an `--artifact`.
7. Verify with:
- `repo-harness run check-architecture-sync`
- `repo-harness run capability-resolver validate --repo <repo> --format text`...
Details
- Author
- Ancienttwo
- Repository
- Ancienttwo/repo-harness
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
repo-harness
Route explicit repo-harness setup, planning, execution, verification, and handoff actions through deterministic repository state.
397 Updated yesterday
Ancienttwo AI & Automation Solid
repo-harness-setup
Canonical rule owner for installing, migrating, upgrading, repairing, scaffolding, and capability-configuring the repo-harness workflow in a repository.
397 Updated yesterday
Ancienttwo AI & Automation Solid
repo-harness-upgrade
Refreshes an already-installed repo-harness harness using manifest-owned upgrade actions from assets/workflow-contract.v1.json.
397 Updated yesterday
Ancienttwo