Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add aget-framework/template-advisor-aget --skill aget-create-initiativegit clone --depth 1 https://github.com/aget-framework/template-advisor-agetWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-create-initiative)<a href="https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-create-initiative"><img src="https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-create-initiative/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-create-initiative"><img src="https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-create-initiative.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00093 | $0.04122 |
| Opus 5 | $0.00046 | $0.02061 |
| Sonnet 5 | $0.00019 | $0.00824 |
| Haiku 4.5 | $0.00009 | $0.00412 |
Grade A, and why
aget-create-initiative scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
94% identical to aget-create-initiative — 8 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 314 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/aget-create-initiative
Create a new AGET initiative manifest at planning/initiatives/INIT-*.md. Mirrors the /aget-create-project Strict pattern (D71 Layer 2): once invoked, direct Write/Edit to planning/initiatives/INIT-*.md is PROHIBITED. This skill closes the verb-pair gap with /aget-propose-initiative (Advisory).
Purpose
Per L867 (Coherence-Directed Investment) + D71 (Structural Skill Routing), each artifact-class needs a Strict create-side skill. The framework has:
/aget-create-project→PROJECT_PLAN_*.md(Strict)/aget-create-skill→ skill scaffolding (Strict-adjacent)/aget-create-rubric→ rubric scaffolding (Generator)/aget-create-briefing→ briefing artifact (Generator)/aget-create-initiative→INIT-*.md(THIS SKILL — Strict, D71 Layer 2)
Evidence (2026-05-16):
- v3.18 orphan-routing batch scaffolded
INIT-FLEET-OBSERVABILITY.mdby direct Write (governance bypass — L867 self-instance) - 23 of 60 v3.18 items lacked owning initiative (38% orphan rate) — initiatives are critical infrastructure per principal directive
planning/skill-proposals/PROPOSAL_aget-create-initiative.mdPROPOSED 2026-04-19; design complete; awaits implementation- Direct INIT-* authoring observed: INIT-REQ-SPEC-TEST-DEFINED (2026-04-19), INIT-FLEET-OBSERVABILITY (2026-05-16)
Governing Spec: sops/SOP_initiative.md v1.2.0 (graduated procedure; serves as governing contract until aget/specs/AGET_INITIATIVE_SPEC.md is authored at v3.19+).
Ontology Bindings (FWRK-2026-020 substrate)
This skill SHALL be interpreted in terms of the following AGET ontology concepts
(ontology v1.0.0, per aget:concept/ConceptPinningByVersion C643):
aget:concept/SpecificationToOntologyBinding(C644) — initiative manifests authored by this skill are downstream binding consumers; new initiatives SHALL declare their concept bindings inline (aget:concept/X).aget:concept/ConceptLifecycleState(C651) — initiative lifecycle states (PROPOSED / ACTIVE / DORMANT / RETIRED) mirror SKOS concept lifecycle; the same governance discipline applies.aget:concept/EditorialWorkflowStateLabel(C658) —**Status**:field in manifest header is the state label per AGET INDEX convention.aget:concept/NormativeConceptBinding(C641) — the discipline that, when applied to initiative manifests, makes Cross-Initiative Overlap claims operationally verifiable (currently text-only).aget:concept/AuthorAssertedCleanlinessAntiPattern(C671) — Step 8 self-verification SHALL be replaced by validator output when Strict promotion matures (currently author-asserted).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 314 lines · 93 tokens per session scan A 07ea192c4abb
aget-create-initiative is a skill published in the GitHub repository aget-framework/template-advisor-aget (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 93 tokens to every session and 4,122 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to aget-create-initiative, differing in 8 lines, and is treated as a copy.
Other skills, from other repositories
metagit-projects
Ongoing workspace and project management for OpenClaw and Hermes agents. Use when starting work, organizing repos, or before creating a new project folder so existing metagit projects are reused instead of duplicated.
metagit-rewrite-campaign
Orchestrate a reference-implementation rewrite across source and target repos using campaigns, parity registry conventions, objectives, and subagent handoffs.
metagit-control-center
Use when running metagit as an MCP control center for multi-repo awareness, guarded sync, and operational knowledge across ongoing agent tasks.
metagit-sharing-state
Configure shared coordination state (objectives, handoffs, approvals, events) across multiple agents and machines via METAGITSTATEURL, optional DynamoDB / MongoDB DocumentStore backends, and the ops HTTP path. Use when Hermes subagents, CI runners, or humans must see the same objective queue without Syncthing JSON…
daf-workflow
DevAIFlow session context loader — reads session metadata, issue tracker tickets, and context files. Auto-activates when DAFSESSIONNAME is set. Also useful when asked about current task, session status, or workflow steps for daf open, daf new, daf git new, daf jira new, and daf investigate.
metagit-aos
Compose ACL, task graph, scheduler, merge, and related coordination subsystems via metagit aos|coord status|doctor|next. Use when an operator or orchestrator needs one snapshot of coordination health or the next work envelope without launching models. Start with the day-1 quickstart for the canonical control loop.