Imported from dentroio/agentic-factory-template (AGENTS.md). Install upstream with npx skills add dentroio/agentic-factory-template. Copyright stays with the author.
Agents
Read PROCESS.md before starting any implementation task.
Work orders live in docs/project_management/work_orders/. First commit on a WO branch is the claim file under docs/factory/runs/.
Dispatch-ready WOs use Problem, What to Build, Out of scope / Do NOT change, Acceptance Criteria, and Execution, plus Priority, Effort, Services, and dependencies.
make ci-local
P0/P1: human merge. P2: human verifies the running product before commit, then auto-merge after CI + review. P3: docs-only PR, no product checkpoint.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/dentroio-agentic-factory-template-agentic-factory-template/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "dentroio-agentic-factory-template-agentic-factory-template",
"kind": "skill",
"name": "agentic-factory-template",
"description": "Work orders live in `docs/project_management/work_orders/`. First commit on a WO branch is the claim file under `docs/factory/runs/`.",
"publisher": "dentroio",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Work orders live in `docs/project_management/work_orders/`. First commit on a WO branch is the claim file under `docs/factory/runs/`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/dentroio/agentic-factory-template",
"path": "AGENTS.md",
"ref": "f78e0805ed2d78756e9269abbebadc7d9ad399cb",
"url": "https://github.com/dentroio/agentic-factory-template/blob/f78e0805ed2d78756e9269abbebadc7d9ad399cb/AGENTS.md",
"key": "dentroio/agentic-factory-template/AGENTS.md"
}
},
"instructions": "# Agents\n\n**Read `PROCESS.md` before starting any implementation task.**\n\nWork orders live in `docs/project_management/work_orders/`. First commit on a WO branch is the claim file under `docs/factory/runs/`.\n\nDispatch-ready WOs use `Problem`, `What to Build`, `Out of scope` / `Do NOT change`, `Acceptance Criteria`, and `Execution`, plus `Priority`, `Effort`, `Services`, and dependencies.\n\n```bash\nmake ci-local\n```\n\nP0/P1: human merge. P2: human verifies the running product before commit, then auto-merge after CI + review. P3: docs-only PR, no product checkpoint.",
"cost": {
"context_tokens": 142
}
}
Fetch it by URL: GET /api/v1/registry/dentroio-agentic-factory-template-agentic-factory-template/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.