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 markoblogo/abvx-agent-skills --skill phase-spec-executiongit clone --depth 1 https://github.com/markoblogo/abvx-agent-skillsWrote 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/markoblogo/abvx-agent-skills/phase-spec-execution)<a href="https://agentmods.dev/skills/markoblogo/abvx-agent-skills/phase-spec-execution"><img src="https://agentmods.dev/badge/skills/markoblogo/abvx-agent-skills/phase-spec-execution.svg" alt="Measured on agentmods" 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.00065 | $0.00486 |
| Opus 5 | $0.00032 | $0.00243 |
| Sonnet 5 | $0.00013 | $0.00097 |
| Haiku 4.5 | $0.00006 | $0.00049 |
Grade A, and why
phase-spec-execution 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 8d 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.
What it actually says
Phase Spec Execution
Turn a large task into a sequence of falsifiable execution slices instead of one broad blob of work.
Use When
- the task spans multiple files, layers, or user-visible milestones;
- there is real sequencing or dependency ordering;
- you need clearer state than "still working";
- the user wants autonomy without losing verification discipline.
Core Rules
- Slice vertically where possible. Each phase should move observable behavior.
- Give every phase explicit acceptance criteria.
- Attach the narrowest mandatory commands that can prove the phase.
- Update state after each phase so the next pass does not rediscover context.
- Do not create more phases than the task needs.
Phase Template
For each phase, define:
- objective;
- dependencies or prerequisites;
- files or surfaces likely to change;
- acceptance criteria;
- mandatory verification commands;
- known risks;
- handoff note if the phase cannot complete.
Workflow
- Identify the end state the user actually wants.
- Break the work into the smallest useful number of ordered phases.
- Write or state one clear objective per phase.
- Before implementing a phase, restate its acceptance criteria.
- Execute only the current phase.
- Run the phase verification commands.
- Record what changed, what passed, and what remains.
- Only then advance to the next phase.
State Discipline
Track at least:
- current phase;
- completed phases;
- failed checks and why;
- assumptions that changed;
- open risks for the next phase.
Anti-Patterns
- Do not create "phase 1: backend, phase 2: frontend, phase 3: tests" by default.
- Do not advance on "looks good" when acceptance criteria are falsifiable.
- Do not let plan files become larger than the implementation itself.
Final Report
Report completed phases, skipped phases, criteria met, criteria deferred, and any remaining integration risk.
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 8d ago First seen · 71 lines · 65 tokens per session scan A 0b34476918d4
phase-spec-execution is a skill published in the GitHub repository markoblogo/abvx-agent-skills (16 stars, last pushed today), licensed MIT. It adds 65 tokens to every session and 486 once invoked, about $0.0003 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
systemic-issue-triage
Trigger: new issue, bug report, triage, backlog, issue flood, community report, root cause, dead-end, blocked user. Attack issues by root class, never one-by-one; fixes must shrink the system, not grow it.
problem-management
Manage ServiceNow problems — create from linked incidents, proactive pattern detection, RCA with 5-Whys, knownerror workarounds (KEDB), KEDB search by CI/category/keywords, and permanent-fix linkage to changes.
incident-management
Manage ServiceNow incidents — creation with impact/urgency priority calc, auto-assignment by category, reassignment tracking, major incident declaration with bridge calls, time-based escalation, MTTR metrics.
issue-triage
3-phase issue backlog management with audit, deep analysis, and validated triage actions. Use when triaging GitHub issues, sorting bug reports, cleaning up stale tickets, or detecting duplicate issues. Args: 'all' to analyze all, issue numbers to focus (e.g. '42 57'), 'en'/'fr' for language, no arg = audit only.
sap-session
A guided evidence-review process for diagnosing SAP operations without direct access to the live system, with a person collecting evidence and the agent reviewing it.
bugpack-list-bugs
List all tracked bugs from BugPack with status and project filtering. Use when: user asks about bugs, pending issues, bug lists, or wants to see what needs fixing. NOT for: viewing detailed bug context (use bugpack-view-bug) or fixing bugs (use bugpack-fix-bug).