Agent skill for product and engineering documentation (building-intent methodology): docs/product outcomes and requirements, docs/engineering components and implementation specs, phased P1–P4 / E1–E2, and traceability (O/R IDs).
| Path | Purpose |
|---|---|
intent/SKILL.md |
Full methodology (same content as ralph/building-intent.md in max-ai), plus YAML frontmatter for Cursor skills. |
Install by linking or copying intent/ (or the folder containing SKILL.md) into your skills path (e.g. .cursor/skills/building-intent/ with SKILL.md at that root, or keep intent-skill/intent/SKILL.md and point your tooling at intent/).
Canonical source in this repo: ../ralph/building-intent.md — update intent/SKILL.md when that file changes if you want them to stay in sync.
| Path | Purpose |
|---|---|
intent/SKILL.md |
Skill definition (building-intent methodology). |
docs/release-notes.md |
Where release notes live and how releases are produced. |
.github/workflows/release.yml |
CI: commitlint on PR/push; semantic-release on push to release branches. |
- Commits — Conventional commits (validated by commitlint; husky
commit-msghook afternpm install). See docs/release-notes.md. - Releases — Semantic-release on push to
main,rc,alpha, orbeta. Theintent/folder is attached as the release asset. Runnpm run semantic-releasefor a dry-run.