{"id":51011422,"url":"https://github.com/basilisk-labs/agentplane-blueprints","last_synced_at":"2026-06-21T03:03:30.756Z","repository":{"id":356799986,"uuid":"1234019426","full_name":"basilisk-labs/agentplane-blueprints","owner":"basilisk-labs","description":"🧭 Installable AgentPlane blueprint catalog for reusable coding-agent workflows, verification routes, and task execution patterns.","archived":false,"fork":false,"pushed_at":"2026-05-09T20:29:22.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-09T21:18:42.724Z","etag":null,"topics":["agentplane","ai-agents","blueprints","cli","coding-agents","developer-tools","javascript","task-management","verification","workflow-automation"],"latest_commit_sha":null,"homepage":"https://agentplane.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/basilisk-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-09T16:39:34.000Z","updated_at":"2026-05-09T20:29:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/basilisk-labs/agentplane-blueprints","commit_stats":null,"previous_names":["basilisk-labs/agentplane-blueprints"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/basilisk-labs/agentplane-blueprints","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilisk-labs%2Fagentplane-blueprints","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilisk-labs%2Fagentplane-blueprints/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilisk-labs%2Fagentplane-blueprints/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilisk-labs%2Fagentplane-blueprints/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basilisk-labs","download_url":"https://codeload.github.com/basilisk-labs/agentplane-blueprints/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilisk-labs%2Fagentplane-blueprints/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34592057,"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-06-21T02:00:05.568Z","response_time":54,"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":["agentplane","ai-agents","blueprints","cli","coding-agents","developer-tools","javascript","task-management","verification","workflow-automation"],"created_at":"2026-06-21T03:03:29.867Z","updated_at":"2026-06-21T03:03:30.751Z","avatar_url":"https://github.com/basilisk-labs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AgentPlane Blueprints\n\nInstallable blueprints and lightweight packs for AgentPlane.\n\nThis repository is a catalog source, not the AgentPlane core runtime. Core AgentPlane should keep\nthe seven built-in blueprints small and stable. This repository is where organization-specific\nroutes can live without bloating the core product.\n\n## Concept\n\n- A catalog blueprint is an installable unit that provides exactly one AgentPlane blueprint\n  definition plus optional policy notes, evidence templates, and activation guidance.\n- A pack is only a lightweight wrapper: it names a coherent set of blueprints that should be\n  installed together.\n- Installation and activation are separate. Installing copies blueprints into the local cache or\n  project. Activation explicitly allows selected blueprint ids in the project trust config.\n- Basic AgentPlane initialization should use the built-in seven blueprints. Blueprint catalog\n  selection belongs in advanced initialization or explicit post-init setup.\n\n## Repository Layout\n\n```text\ncatalog.json                       publication allowlist\ncatalog/index.json                 source catalog metadata for current CLI compatibility\nindex.json                         generated signed-index payload for public installation\nindex.json.sig                     optional Ed25519 signature envelope\nblueprints/\u003cid\u003e/blueprint.json      atomic installable blueprint manifest\nblueprints/\u003cid\u003e/blueprints/*.json   AgentPlane project-local blueprint definition\npacks/\u003cid\u003e/pack.json                lightweight blueprint collection wrapper\nschemas/                           JSON schemas for catalog consumers\nscripts/                           dependency-free validation, packaging, and signing scripts\ndist/\u003cid\u003e-\u003cversion\u003e.tar.gz          versioned blueprint packages\ndist/index.json                    generated copy of the public release index\ndocs/                       design, development plan, and concept assessment\n```\n\n## Development\n\n```bash\nnpm run validate\nnpm run build\nnpm run check\n```\n\nThe scripts intentionally avoid third-party dependencies so the catalog can be validated in a fresh\ncheckout and by release automation before publication.\n\n## Release Model\n\nBlueprint distribution follows the same shape as AgentPlane recipes:\n\n1. `catalog.json` is the explicit publication allowlist.\n2. `npm run build` creates `dist/\u003cid\u003e-\u003cversion\u003e.tar.gz` packages.\n3. `index.json` and `dist/index.json` list package URLs and SHA-256 checksums.\n4. `npm run sign:index` writes `index.json.sig` when the signing key is provided in the environment.\n5. Consumers should install selected packages, verify checksums, vendor them into the project, and activate blueprint ids explicitly.\n\nThe legacy source catalog at `catalog/index.json` remains available for current CLI compatibility while the public install contract moves to versioned packages.\n\n## Advanced Install Model\n\nThe intended AgentPlane integration is:\n\n1. Sync this catalog index into an AgentPlane user cache.\n2. During advanced `agentplane init`, offer blueprints or packs after the built-in route\n   explanation.\n3. Install selected blueprints into the project.\n4. Write or update `.agentplane/blueprints/config.json` with explicit allowlist activation only for\n   selected blueprint ids.\n5. Keep base mode unchanged: if no advanced selection is made, the project uses the built-in seven\n   blueprints.\n\n## Install Targets\n\nThe install surface has two first-class target types:\n\n- `blueprint`: install one catalog blueprint, for example `performance-benchmark`.\n- `pack`: expand a catalog pack into several blueprint installs, for example `enterprise-baseline`.\n\nA pack is optional convenience, not the primary artifact model. Users must be able to install a\nsingle blueprint without installing a pack:\n\n```bash\nagentplane blueprints install performance-benchmark\n```\n\nPack install uses the same underlying blueprint install path after expansion:\n\n```bash\nagentplane blueprints install enterprise-baseline\n```\n\nIf a catalog ever contains the same id for a blueprint and a pack, AgentPlane must require an\nexplicit kind selector such as `--kind blueprint` or `--kind pack`.\n\n## Current Examples\n\n- `performance-benchmark`: benchmark route for baseline/comparison work.\n- `quality-regression`: regression route for CI, lint, test, and coverage failures.\n- `runner-execution`: runner route for bundle, trace, replay, and result-manifest work.\n- `enterprise-baseline`: pack that installs the three blueprints above together.\n\n## Non-goals\n\n- No automatic remote execution.\n- No automatic activation after install.\n- No replacement for AgentPlane built-in blueprints.\n- No shadowing of built-in blueprint ids.\n- No broad workflow engine semantics in this catalog.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasilisk-labs%2Fagentplane-blueprints","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasilisk-labs%2Fagentplane-blueprints","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasilisk-labs%2Fagentplane-blueprints/lists"}