agentmaster-plan

A planning process for features, refactors, migrations, or fixes that gathers project evidence and creates a work plan. It uses different levels of analysis and checks which tools the project uses.

In plain words
What is it for?
It helps prepare an agentmaster plan with project research, task dependencies, verification points, and optional lightweight or headless operation.
Why use it?
It reduces the risk of planning from guesses by inspecting the codebase and recording evidence. It also helps split work safely when tasks can run in parallel.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/rhawk117/agentmaster/agentmaster-plan
Any agent
npx skills add rhawk117/agentmaster --skill agentmaster-plan
Clone the repo
git clone --depth 1 https://github.com/rhawk117/agentmaster

Made for: Claude Code, Codex.

Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 224 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00084 $0.00224
Opus 5 $0.00042 $0.00112
Sonnet 5 $0.00017 $0.00045
Haiku 4.5 $0.00008 $0.00022

Measured yesterday against content hash 60f34033fd41, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agentmaster-plan 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 yesterday.

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.

copilot/skills/agentmaster-plan/SKILL.md · 17 lines

What it actually says

This skill is a router. The pipeline runs inside the agentmaster-plan custom agent, which carries the frontier model pin and the agent/todo-only tool restriction that enforces the cost boundary.

Invoke the agentmaster-plan custom agent now, passing the user's task and any --lite or --headless flags verbatim. Do not run the pipeline inline in this session — the cost boundary depends on the coordinator's restricted toolset. If the custom agent is not available, tell the user to run python install.py install --target copilot from the agentmaster bundle.

Task: $ARGUMENTS

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. yesterday First seen · 17 lines · 84 tokens per session scan A 60f34033fd41

Subscribe to this mod's changes

agentmaster-plan is a skill published in the GitHub repository rhawk117/agentmaster (1 stars, last pushed 1mo ago), licensed MIT. It adds 84 tokens to every session and 224 once invoked, about $0.0004 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-31.

Related

Other skills, from other repositories

skill-copilot

AL Copilot capability development for Business Central. Use when implementing PromptDialog pages, AI generation features, or integrating with the Copilot toolkit.

javiarmesto/ALDC-AL-Development-Collection · 33 tokens

skill-agent-toolkit

Build, configure, and integrate Business Central agents using the AI Development Toolkit and Agent SDK. Triggers on mentions of Agent SDK, Agent Metadata Provider, IAgentFactory, IAgentMetadata, IAgentTaskExecution, ConfigurationDialog, Agent Task Builder, Agent Session, Copilot Capability, agent instructions, or…

javiarmesto/ALDC-AL-Development-Collection · 72 tokens

skill-api

AL API development patterns for Business Central. Use when creating OData/REST API pages, HttpClient integrations, webhook implementations, or any external system integration via API.

javiarmesto/ALDC-AL-Development-Collection · 36 tokens

skill-testing

AL test development patterns for Business Central. Use when creating test codeunits, writing Given/When/Then test procedures, using Library Assert, configuring test projects, or implementing TDD workflows.

javiarmesto/ALDC-AL-Development-Collection · 41 tokens

skill-agent-instructions

Generate, review, and optimize natural language instructions for Business Central agents (Designer or SDK). Triggers on: agent instructions, InstructionsV1.txt, InstructionsV2.txt, MEMORIZE, qualification rules, agent behavior, instruction keywords, agent task instructions, iterate instructions, or improve agent…

javiarmesto/ALDC-AL-Development-Collection · 82 tokens

skill-agent-task-patterns

Agent SDK task integration patterns for Business Central. Triggers on: Agent Task Builder, Agent Task Message Builder, Public API, AssignTask, ExternalId, agent session detection, BindSubscription, TryFunction agent task, multi-turn agent conversation, agent attachment, or task lifecycle management.

javiarmesto/ALDC-AL-Development-Collection · 62 tokens