aget: Skill for Claude Code

.claude/skills/aget-create-initiative/SKILL.md

aget-create-initiative is a skill for Claude Code from aget-framework/aget. It costs 93 tokens per session (4,124 once invoked), scanned A, original, Apache-2.0.

A skill that creates approved initiative plans as files in a project's planning/initiatives folder.

In plain words
What is it for?
Use it when starting an approved initiative that needs a standard manifest and an auditable place in the project plan.
Why use it?
It provides a controlled way to create initiative records and prevents direct editing of those files after the skill is invoked.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths; mentions AGENTS.md.

This is aget-framework/aget's own configuration. It tells Claude Code how to work on aget itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything aget configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/aget-framework/aget/main/.claude/skills/aget-create-initiative/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/aget-framework/aget

Made for: Claude Code.

Wrote 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.

agentmods badge for aget-create-initiative

README.md
[![agentmods](https://agentmods.dev/badge/skills/aget-framework/aget/aget-create-initiative/github.svg)](https://agentmods.dev/skills/aget-framework/aget/aget-create-initiative)
Your own site
<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.

agentmods 80×15 button for aget-create-initiative

Your own site · 80×15
<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>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,124 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
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.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash 0bb3541e1c18, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.claude/skills/aget-create-initiative/SKILL.md · 314 lines

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-projectPROJECT_PLAN_*.md (Strict)
  • /aget-create-skill → skill scaffolding (Strict-adjacent)
  • /aget-create-rubric → rubric scaffolding (Generator)
  • /aget-create-briefing → briefing artifact (Generator)
  • /aget-create-initiativeINIT-*.md (THIS SKILL — Strict, D71 Layer 2)

Evidence (2026-05-16):

  • v3.18 orphan-routing batch scaffolded INIT-FLEET-OBSERVABILITY.md by 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.md PROPOSED 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).

Read the full file on GitHub · 314 lines

Changes

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.

  1. 9d ago First seen · 314 lines · 93 tokens per session scan A 0bb3541e1c18

Subscribe to this mod's changes

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.

Related

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-framework/template-advisor-aget · 78 tokens

aget-file-issue

File issues with L520 governance compliance.

aget-framework/template-advisor-aget · 12 tokens

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-framework/template-advisor-aget · 93 tokens

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-framework/template-advisor-aget · 39 tokens

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-framework/template-advisor-aget · 34 tokens

aget-review-project

Mid-flight review of active project plans. Assesses gate progress, V-test completion, blockers, and recommendations. Use to evaluate project health.

aget-framework/template-advisor-aget · 32 tokens