Borrowing it
Nothing to install: this file belongs to aget-framework/aget. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/aget-framework/aget/main/.claude/skills/aget-create-initiative/SKILL.mdgit clone --depth 1 https://github.com/aget-framework/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/aget/aget-create-initiative)<a href="https://agentmods.dev/skills/aget-framework/aget/aget-create-initiative"><img src="https://agentmods.dev/badge/skills/aget-framework/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/aget/aget-create-initiative"><img src="https://agentmods.dev/badge/skills/aget-framework/aget/aget-create-initiative.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 295 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Agent Snooping · line 296 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.04124 |
| Opus 5 | $0.00046 | $0.02062 |
| Sonnet 5 | $0.00019 | $0.00825 |
| 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 9d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- aget-create-initiative — 94% identical, 8 lines differ
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.3.0 (graduated procedure) + aget/specs/AGET_INITIATIVE_SPEC.md (shipped + Active since v3.21.0).
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.
- 9d ago First seen · 314 lines · 93 tokens per session scan A 0bb3541e1c18
aget-create-initiative is a skill published in the GitHub repository aget-framework/aget (11 stars, last pushed today), licensed Apache-2.0. It adds 93 tokens to every session and 4,124 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
aget-close-project
Close a PROJECTPLAN with verifiable-assertion gate (V-tests + commits + retrospective), deferred-surface scan for next-plan handoff, and status transition (ACTIVE → COMPLETE / CLOSED / ABANDONED / SUPERSEDED). Strict counterpart to /aget-create-project (D71 Layer 2). Closes asymmetric verb-pair gap at PROJECTPLAN…
aget-file-issue
File issues with L520 governance compliance.
aget-create-initiative
Scaffold approved initiative manifests at planning/initiatives/INIT-.md. Mirrors /aget-create-project STRICT (D71 Layer 2) — direct Write/Edit to planning/initiatives/ is PROHIBITED once this skill is invoked. Implements SOPinitiative.md (graduated procedure) + future AGETINITIATIVESPEC. Consumes PROPOSALinit.md…
aget-create-project
Create research projects with context-aware scaffolding. Reads AGET identity, searches prior work, pre-populates Due Diligence. Use when starting any formal AGET project.
aget-check-initiative
Read-only cross-system coherence check for initiatives. Aggregates state from KB, GitHub, Linear, and Slack, then reports alignment and drift.
aget-review-project
Mid-flight review of active project plans. Assesses gate progress, V-test completion, blockers, and recommendations. Use to evaluate project health.