aget-propose-actions

aget-propose-actions is a skill for Claude Code from aget-framework/template-advisor-aget. It costs 33 tokens per session (10,070 once invoked), scanned A, a copy of aget-propose-actions, Apache-2.0.

A workflow for proposing and ranking the best next actions from a natural-language request. It uses evidence, time limits, and a default action count.

In plain words
What is it for?
Use it to request a chosen number of next steps within a time budget, with the actions ranked and prepared for execution.
Why use it?
It turns vague requests such as “what should I do next?” into a consistent, prioritized set of actions grounded in available information.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool; mentions AGENTS.md.

Good fit Use it to request a chosen number of next steps within a time budget, with the actions ranked and prepared for execution.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aget-framework/template-advisor-aget/aget-propose-actions
Install

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.

Any agent
npx skills add aget-framework/template-advisor-aget --skill aget-propose-actions
Clone the repo
git clone --depth 1 https://github.com/aget-framework/template-advisor-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-propose-actions

README.md
[![agentmods](https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-propose-actions/github.svg)](https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-propose-actions)
Your own site
<a href="https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-propose-actions"><img src="https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-propose-actions/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-propose-actions

Your own site · 80×15
<a href="https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-propose-actions"><img src="https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-propose-actions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,070 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.
Origin 89% copy Near-identical to another mod 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.00033 $0.10070
Opus 5 $0.00016 $0.05035
Sonnet 5 $0.00007 $0.02014
Haiku 4.5 $0.00003 $0.01007

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

Security

Grade A, and why

aget-propose-actions 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

This is a copy

89% identical to aget-propose-actions — 33 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.

.claude/skills/aget-propose-actions/SKILL.md · 328 lines

How it starts

The opening of the file, as written. The whole thing — 328 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/aget-propose-actions

Propose ranked next-best actions with evidence grounding, time budgets, and execute-all default. Supersedes the informal "step back. N next-best actions" trigger phrase.

Purpose

The principal's most frequent interaction pattern across the entire fleet (3-5x per session, every agent, every session) is: "step back. N next-best actions, in this session, within the next M mins." Currently each agent interprets this differently — varying in depth, format, evidence citation, and execution behavior. This skill standardizes input parsing, KB review trigger (L335), output format, evidence grounding, parameterization, and the execute-all default (AGENTS.md).

Evidence: 34+ agents use identical phrasing. L637 (Mid-Session Steering via NBAs), L677 (Divergent Proposal Mode), L693 (5-action default), L787 (interpretation variance across agents). #721 (prior issue). 10+ invocations across 6 agents in v3.12.0 lifecycle.

Input

$ARGUMENTS

Parameters (parsed from natural language):

Parameter Source Default Grammar
count First number in prompt 5 (per L693) "N next-best actions"
budget Time expression in prompt 30 min "within the next N mins/hr"
focus Remainder of prompt Session mandate "focus on X" / "for Y"

Authorization-shape flags (mode-gated — REQ-PA-017): the following are documented parameters, but documented ≠ unconditionally accepted. Their acceptance is invoker-mode-gated per Step 2.8: principal-typed → ACCEPT (REQ-PA-014); agent-self-issued → REFUSE (REQ-PA-015, preserves the L976/L979 NBA-fill safety core). Documenting them here promotes them out of "undocumented/aspirational" status (removing the per-session re-litigation friction the F1 arc surfaced) without loosening the agent-mode refusal.

Flag Meaning Default Acceptance gate
count=auto Agent picks the count from trigger-evidence (budget = ceiling, trigger-presence = floor) off (use count numeric) principal-mode only
batch Treat the proposed set as one batch-authorizable unit off principal-mode only
go Batch-level GO (satisfies Step 4.5); authorizes execution of trigger-evidenced actions only off principal-mode only

Read the full file on GitHub · 328 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 · 328 lines · 33 tokens per session scan A c37c23c94563

Subscribe to this mod's changes

aget-propose-actions is a skill published in the GitHub repository aget-framework/template-advisor-aget (2 stars, last pushed 10d ago), licensed Apache-2.0. It adds 33 tokens to every session and 10,070 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 89% identical to aget-propose-actions, differing in 33 lines, and is treated as a copy.