-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing to Wiki
The public wiki is generated from docs/wiki/ in the repository. Treat wiki changes like code changes: edit source files, validate locally, and open a PR.
- Create a docs branch.
- Edit files under
docs/wiki/. - Preserve existing page filenames unless a redirect plan exists.
- Run validation.
- Open a PR for review.
- After merge, verify the wiki sync workflow and inspect the published page.
Important
Habits-Reference.md is generated during wiki sync from habits/ by scripts/gen-habits-reference.sh. To change the published Habits Reference page, update the generator or habit source files, then inspect the synced wiki after merge.
- Start every page with a clear H1 and short lead paragraph.
- Prefer precise capability wording over marketing claims.
- Say "guidance" or "workflow discipline" when that is what the plugin provides.
- Do not claim runtime enforcement, cloud automation, legal advice, or compliance certification.
- Keep links wiki-relative for wiki pages, for example
[Installation](Installation). - Use GitHub alert callouts only for important boundaries or warnings.
Do not add:
- secrets, tokens, credentials, customer-sensitive raw data, or private incident evidence,
- platform-specific syntax across all skills without an accepted ADR,
- new behavior claims that are not present in source skills,
- release notes that conflict with
CHANGELOG.mdor GitHub Releases.
git diff --check
bash tests/validate-structure.sh
bash tests/validate-content.shFor link validation, rely on the wiki link-check workflow or run the same tool locally if available.
- Existing filenames and major links are preserved.
- No empty links or empty code fences.
- No unbalanced code fences.
- No overclaiming language.
- Operational updates remain visible when relevant.
- User-facing doctrine, install, packaging, generated catalog, or compatibility changes include real behavior proof: validator output, generated catalog freshness, install/list evidence when relevant, and explicit not-tested notes.
- The PR states that the change is docs-only if no package behavior changed.
Source of truth: this wiki is generated from docs/wiki/. Edits made through the GitHub Wiki web UI may be overwritten by the next sync. To change a page, open a PR against the repository source file.
Repository · Issues · README · License
Workflow discipline for AI-assisted development
Start
Workflow
- Overview
- 0 · Research
- 1 · Requirements
- 2 · Design
- 3 · Breakdown
- 4 · Build Brief
- 5 · Review AI
- 6 · Deploy Guide
- 7 · Monitor Setup
Operations
Reference
- Habits Reference
- Maturity Model
- Architecture
- Limitations
- Vibe Coding vs Structured
- Harness Engineering
Project