Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ Claude Code gets the native commands, agents, and skills. Other tools use the sa
- Optional and companion tracks for Discovery, Stock-taking, Sales, Project Management, Roadmap, Portfolio, Quality Assurance, Project Scaffolding, Design, Issue Breakdown, and Specorator Improvement. The canonical v1.0 track taxonomy is frozen in [ADR-0026](docs/adr/0026-freeze-v1-workflow-track-taxonomy.md).
- Markdown artifacts in `specs/<feature>/`, stable IDs (`REQ-*`, `T-*`, `TEST-*`, `ADR-*`), and `npm run verify` as the local and CI gate.
- Claude Code agents, skills, and slash commands in `.claude/`, with shared root context in `AGENTS.md`.
- **Live verified examples** in [`examples/`](examples/) with `EVIDENCE.md` recording date, commit, commands, and caveats — see [`docs/golden-path-contract.md`](docs/golden-path-contract.md).
- **Cross-tool adapters** for Copilot ([`.github/copilot-instructions.md`](.github/copilot-instructions.md)), Codex ([`.codex/`](.codex/)), and Cursor ([`.cursor/rules/`](.cursor/rules/)) — all point back to `AGENTS.md`; no duplicated rules. See [`docs/adapters.md`](docs/adapters.md).
- **Adoption profiles** for solo builders, product teams, agency delivery, enterprise governance, and brownfield migration — [`docs/adoption-profiles/`](docs/adoption-profiles/).
- **OWASP-aligned agentic security review path** — opt-in skill covering goal hijacking, tool misuse, excessive agency, memory poisoning, secrets exposure, and handoff failures. See [`docs/agentic-security-review.md`](docs/agentic-security-review.md).

## Reference

Expand All @@ -107,7 +111,8 @@ Claude Code gets the native commands, agents, and skills. Other tools use the sa
| v0.5.1 | Done | [Recovery release for v0.5 — republished GitHub Release page after Immutable Releases incident](https://github.com/Luis85/agentic-workflow/issues/233) |
| v0.5.2 | Planned | [Issue-breakdown track patch release](https://github.com/Luis85/agentic-workflow/issues/183) |
| v0.6.0 | Done | Astro product page — `sites/index.html` replaced by Astro 6 build, repo-driven sections (landing / tour / tracker / info hub), brand-token bridge, and dynamic Pages base ([#335](https://github.com/Luis85/agentic-workflow/issues/335)) |
| v0.6 | Active | [Cross-tool adapters, live proof, hooks, and security](https://github.com/Luis85/agentic-workflow/issues/91) |
| v0.6 | Release-ready | [Cross-tool adapters, live proof, adoption profiles, agentic security, ISO 9001:2026 watch item](https://github.com/Luis85/agentic-workflow/issues/91) |
| v0.8.1 | In progress | Consolidation patch: closes out v0.6 plan artifacts (stages 8–10), tiered verify gate, backlog mirror, template init fixes |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Restore canonical v0.8.1 roadmap focus

The new v0.8.1 roadmap row redefines that release as a “v0.6 consolidation patch”, but the repo’s own planning artifacts still define v0.8.1 as the product-box release tied to issue #145 (see docs/backlog/145-v0-8-1-product-box-feature.md lines 56–60 and roadmaps/specorator/roadmap-board.md line 47). This mismatch can misroute contributors and makes release-readiness tracking ambiguous because downstream docs treat v0.8.1 as a distinct dependency in the version chain.

Useful? React with 👍 / 👎.

| v1.0 | Planned | [Release readiness checklist](https://github.com/Luis85/agentic-workflow/issues/92) |

## License
Expand Down
2 changes: 1 addition & 1 deletion sites/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const versionLabel = `v${(rootPkg as { version: string }).version}`;
const productName = "Specorator";
const tagline = "SPEC-DRIVEN, AGENTIC DEVELOPMENT";
const lead =
"A repository-native operating system for building with AI agents: specs first, role-scoped handoffs, quality gates, and traceable Markdown artifacts from idea to release.";
"A repository-native operating system for building with AI agents: verified golden-path examples, cross-tool adapters for Copilot, Codex, and Cursor, adoption profiles for every team shape, and an OWASP-aligned agentic security review path — all in plain Markdown from idea to release.";

// CTA links to the canonical workflow guide (docs/specorator.md is the
// authoritative methodology source per AGENTS.md §"Read these first").
Expand Down
Loading