{"id":34694378,"url":"https://github.com/aget-framework/template-worker-aget","last_synced_at":"2026-06-07T00:01:27.274Z","repository":{"id":316024335,"uuid":"1061626920","full_name":"aget-framework/template-worker-aget","owner":"aget-framework","description":"Worker template - Foundation archetype for all AGET agents. Implements 35 CAP-* capabilities","archived":false,"fork":false,"pushed_at":"2026-05-25T04:09:38.000Z","size":1782,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-25T04:12:36.572Z","etag":null,"topics":["agent-governance","aget-framework","ai-agents","cli","python","template"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aget-framework.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":"governance/CHARTER.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-09-22T07:10:10.000Z","updated_at":"2026-05-25T04:09:42.000Z","dependencies_parsed_at":"2026-03-09T08:08:18.747Z","dependency_job_id":null,"html_url":"https://github.com/aget-framework/template-worker-aget","commit_stats":null,"previous_names":["gmelli/aget-cli-agent-template","aget-framework/aget-worker-template","aget-framework/template-worker-aget"],"tags_count":39,"template":false,"template_full_name":null,"purl":"pkg:github/aget-framework/template-worker-aget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aget-framework%2Ftemplate-worker-aget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aget-framework%2Ftemplate-worker-aget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aget-framework%2Ftemplate-worker-aget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aget-framework%2Ftemplate-worker-aget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aget-framework","download_url":"https://codeload.github.com/aget-framework/template-worker-aget/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aget-framework%2Ftemplate-worker-aget/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34003814,"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-06T02:00:07.033Z","response_time":107,"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-governance","aget-framework","ai-agents","cli","python","template"],"created_at":"2025-12-24T22:29:23.544Z","updated_at":"2026-06-07T00:01:27.257Z","avatar_url":"https://github.com/aget-framework.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template: Worker Agent\n\n\u003e Execute tasks reliably with progress tracking and deliverable production\n\n**Version**: v3.12.0 | **Archetype**: Worker | **Skills**: 2 specialized + 15 universal\n\n---\n\n## Why Worker?\n\nThe Worker archetype is the **foundation of task execution** in AGET. While every agent can do work, worker agents excel at:\n\n- **Structured execution** — Break tasks into steps, track progress, produce deliverables\n- **Visibility** — Report completion status, blockers, and handoff context\n- **Reliability** — Never claim completion without evidence, never skip steps silently\n\n**For evaluators**: If you need an AI that executes defined work items with clear tracking and accountability, the Worker archetype provides the discipline of task management without heavyweight tooling.\n\n**Domain knowledge that compounds**: Worker agents build persistent understanding of your task patterns — common blockers, resolution strategies, and handoff conventions. Unlike tools that start fresh each session, your agent accumulates execution context that makes each task more efficient and each handoff more complete.\n\n---\n\n## Skills\n\nWorker agents come with **2 archetype-specific skills** plus the universal AGET skills.\n\n### Archetype Skills\n\n| Skill | Description |\n|-------|-------------|\n| **aget-execute-task** | Execute defined tasks with step-by-step progress tracking. Validates prerequisites, produces deliverables, handles blockers with human escalation. |\n| **aget-report-progress** | Report work status including completion percentage, blockers, and risks. Supports handoff documentation for session continuity. |\n\n### Universal Skills\n\nAll AGET agents include session management, knowledge capture, and health monitoring:\n\n- `aget-wake-up` / `aget-wind-down` — Session lifecycle\n- `aget-create-project` / `aget-review-project` — Project management\n- `aget-record-lesson` / `aget-record-observation` — Learning capture\n- `aget-check-health` / `aget-check-kb` / `aget-check-evolution` — Health monitoring\n- `aget-propose-skill` / `aget-create-skill` — Skill development\n- `aget-save-state` / `aget-file-issue` — State and issue management\n\n---\n\n## Ontology\n\nWorker agents use a **formal vocabulary** of 7 concepts organized into 2 clusters:\n\n| Cluster | Concepts |\n|---------|----------|\n| **Task Management** | Task, Task_Status, Progress, Blocker |\n| **Deliverable Production** | Deliverable, Handoff, Completion |\n\nThis vocabulary enables precise communication about work execution and progress.\n\nSee: [`ontology/ONTOLOGY_worker.yaml`](ontology/ONTOLOGY_worker.yaml)\n\n---\n\n## Quick Start\n\n```bash\n# 1. Clone the template\ngit clone https://github.com/aget-framework/template-worker-aget.git my-worker-agent\ncd my-worker-agent\n\n# 2. Configure identity\n# Edit .aget/version.json:\n#   \"agent_name\": \"my-worker-agent\"\n#   \"domain\": \"your-domain\"\n\n# 3. Verify setup\npython3 -m pytest tests/ -v\n# Expected: All tests passing\n```\n\n### Try the Skills\n\n```bash\n# In Claude Code CLI\n/aget-execute-task       # Execute a defined task\n/aget-report-progress    # Report on current work status\n```\n\n---\n\n## What Makes Worker Different\n\n| Aspect | Generic AI Assistant | Worker Agent |\n|--------|---------------------|--------------|\n| **Task execution** | Ad-hoc completion | Step tracking with deliverables |\n| **Progress reporting** | Manual updates | Structured reports with percentages |\n| **Blockers** | Silent failures | Explicit escalation with impact |\n| **Handoffs** | Context lost | Documented state for continuation |\n| **Domain memory** | Starts fresh each session | Accumulates task execution expertise over time |\n\n---\n\n## .claude/ Directory\n\n| Directory | Purpose | Owner |\n|-----------|---------|-------|\n| `.claude/skills/` | Slash command definitions | Framework + Agent |\n| `.claude/agents/` | Subagent definitions | Agent |\n| `.claude/rules/` | Path-scoped context rules | Agent |\n\nSkills are provided by the template. Agents and rules directories are scaffolded for your customization.\n\n---\n\n## Framework Specification\n\n| Attribute | Value |\n|-----------|-------|\n| **Framework** | [AGET v3.12.0](https://github.com/aget-framework/aget) |\n| **Archetype** | Worker |\n| **Skills** | 17 total (2 archetype + 15 universal) |\n| **Ontology** | 7 concepts, 2 clusters |\n| **License** | Apache 2.0 |\n\n---\n\n## Learn More\n\n- **[AGET Framework](https://github.com/aget-framework/aget)** — Core framework documentation\n- **[Archetype Guide](https://github.com/aget-framework/aget/blob/main/docs/GETTING_STARTED.md)** — All 12 archetypes explained\n- **[Getting Started](https://github.com/aget-framework/aget/blob/main/docs/GETTING_STARTED.md)** — Full onboarding guide\n\n---\n\n## Related Archetypes\n\n| Archetype | Best For |\n|-----------|----------|\n| **[Developer](https://github.com/aget-framework/template-developer-aget)** | Code building, testing, review |\n| **[Supervisor](https://github.com/aget-framework/template-supervisor-aget)** | Fleet coordination and oversight |\n| **[Operator](https://github.com/aget-framework/template-operator-aget)** | Incident handling and playbooks |\n\n---\n\n**AGET Framework** | Apache 2.0 | [Issues](https://github.com/aget-framework/aget/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faget-framework%2Ftemplate-worker-aget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faget-framework%2Ftemplate-worker-aget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faget-framework%2Ftemplate-worker-aget/lists"}