{"id":51223020,"url":"https://github.com/chafoo/anchored","last_synced_at":"2026-07-09T07:00:29.069Z","repository":{"id":360789542,"uuid":"1249081122","full_name":"chafoo/anchored","owner":"chafoo","description":"Long autonomous AI coding runs you can actually trust — a fractal plan→refine→build→wrap lifecycle on every tier (epic ▸ task ▸ phase). Claude Code plugin, CLI-only, evidence-anchored.","archived":false,"fork":false,"pushed_at":"2026-06-23T18:25:13.000Z","size":2618,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-23T20:14:09.052Z","etag":null,"topics":["agent-orchestration","agentic","ai-agents","ai-coding-assistant","anthropic","autonomous-ai-coding","claude","claude-code","claude-code-marketplace","claude-code-plugin","claude-plugin","cli","coding-agent","developer-tools","llm","sdd","spec-driven-development","subagents","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chafoo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-25T10:31:27.000Z","updated_at":"2026-06-23T18:25:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/chafoo/anchored","commit_stats":null,"previous_names":["chafoo/anchored"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/chafoo/anchored","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chafoo%2Fanchored","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chafoo%2Fanchored/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chafoo%2Fanchored/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chafoo%2Fanchored/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chafoo","download_url":"https://codeload.github.com/chafoo/anchored/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chafoo%2Fanchored/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35290235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-orchestration","agentic","ai-agents","ai-coding-assistant","anthropic","autonomous-ai-coding","claude","claude-code","claude-code-marketplace","claude-code-plugin","claude-plugin","cli","coding-agent","developer-tools","llm","sdd","spec-driven-development","subagents","typescript"],"created_at":"2026-06-28T09:00:31.116Z","updated_at":"2026-07-09T07:00:29.063Z","avatar_url":"https://github.com/chafoo.png","language":"JavaScript","funding_links":[],"categories":["Source Catalog"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/og-image.png\" alt=\"anchored\" width=\"640\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"MIT license\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Claude%20Code-plugin-blueviolet\" alt=\"Claude Code plugin\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-0.1.0-blue\" alt=\"version 0.1.0\" /\u003e\n\u003c/p\u003e\n\n\u003e You plan like you always do, the AI works like it always does — anchored freezes your plan, derives criteria from it, and an independent validator must prove each one at the gates. Nothing reaches `done` without evidence.\n\n## Why this exists\n\nAI writes code faster than anyone can verify it. Every line generated faster than it is proven becomes an obligation — validation debt. Prompts don't fix that: an instruction is a rule, not a boundary. anchored moves verification into the system: a criterion cannot reach `done` unless an independent validator attached evidence, enforced by schema on every write.\n\nanchored v3 is deliberately **not a workflow engine**. It owns nothing but the proof: one run file, one CLI, one validator agent, and a close gate that stays shut until every criterion is proven. Your flow stays yours.\n\n## How it works\n\nEvery run lives in one file — `.claude/anchored/\u003cslug\u003e.yml` — holding your plan (verbatim, immutable), the derived criteria, and the evidence trail.\n\n| Step | What happens |\n| --- | --- |\n| **anchor** | Your goal + plan become a run file with testable criteria, each tagged with the setup that knows how to verify it. Gates are sized automatically to the run's `rigor`. |\n| **work** | You (and the AI) work exactly as always. Optional one-line claims land in the trail. |\n| **validate** | At each gate, one independent validator re-verifies the gate's criteria — executing tests where possible — and authors evidence or a reasoned rejection. |\n| **close** | Refused until every active criterion is done-with-evidence. On green, your `after` instructions run (commit, PR — whatever you wired). |\n\nCourse changes never rewrite the plan — they append amendments and supersede criteria, so the repo keeps a persistent log of what was asked vs. what was delivered.\n\n## Quick start\n\n```\n/plugin marketplace add chafoo/anchored\n/plugin install a@anchored\n```\n\nThen, in any project:\n\n```\n/a:run frontend fix the navbar overflow on mobile\n```\n\nOptional: `/a:setup` tailors `anchored.yml` — named setups (`frontend`, `backend`, `release` …), validator instructions, and `before`/`after` hooks.\n\nThe CLI ships inside the plugin — Claude Code puts `plugin/bin/` on PATH for you. No `npm i -g`.\n\n## Docs\n\n- [Docs hub](docs/_docs.md) — the map\n- [North star](docs/design/north-star.md) — the whole model on one page\n- [Run](docs/run.md) · [Setup](docs/setup.md) — the two skills\n- [Examples](docs/examples/anchored.yml) — commented config + run file\n\n## Contribute\n\n```\ngit clone https://github.com/chafoo/anchored\ncd anchored/core\nbun install\nbun run test\nbun run build\n```\n\nThe quality gates (lint · format · typecheck · spec-coverage · test · build) must be green — see `.claude/rules/tooling-quality-gates.md`.\n\n## Status\n\nPre-1.0. The mechanism (schema invariant, atomic store, close gate) is stable by design; surfaces may still move.\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n\n---\n\n\u003cp align=\"center\"\u003eBuilt by \u003ca href=\"https://github.com/chafoo\"\u003e@chafoo\u003c/a\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchafoo%2Fanchored","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchafoo%2Fanchored","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchafoo%2Fanchored/lists"}