alcatchupaad

alcatchupaad is a skill for Claude Code from paleo/alignfirst. It costs 20 tokens per session (187 once invoked), scanned A, original, CC0-1.0.

A workflow that loads the history of an AlignFirst task and then follows its AAD protocol, a defined procedure for handling that task.

In plain words
What is it for?
It helps catch up on a ticket, find its history when the ticket ID is known or inferred from the branch, and follow the AAD guide.
Why use it?
It prevents work from starting without the task's earlier context and required procedure.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit It helps catch up on a ticket, find its history when the ticket ID is known or inferred from the branch, and follow the AAD guide.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/paleo/alignfirst/alcatchupaad
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 paleo/alignfirst --skill alcatchupaad
Clone the repo
git clone --depth 1 https://github.com/paleo/alignfirst

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 alcatchupaad

README.md
[![agentmods](https://agentmods.dev/badge/skills/paleo/alignfirst/alcatchupaad/github.svg)](https://agentmods.dev/skills/paleo/alignfirst/alcatchupaad)
Your own site
<a href="https://agentmods.dev/skills/paleo/alignfirst/alcatchupaad"><img src="https://agentmods.dev/badge/skills/paleo/alignfirst/alcatchupaad/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 alcatchupaad

Your own site · 80×15
<a href="https://agentmods.dev/skills/paleo/alignfirst/alcatchupaad"><img src="https://agentmods.dev/badge/skills/paleo/alignfirst/alcatchupaad.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 187 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 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.00020 $0.00187
Opus 5 $0.00010 $0.00093
Sonnet 5 $0.00004 $0.00037
Haiku 4.5 $0.00002 $0.00019

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

Security

Grade A, and why

alcatchupaad 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 4d 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.

skills/alcatchupaad/SKILL.md · 15 lines

What it actually says

Run npx -y alignfirst ticket <ticket-id> --catchup to load the ticket history. If the ticket ID is unknown, run npx -y alignfirst ticket --catchup instead; the CLI deduces it from the branch. When it cannot, ask the user.

Then follow the aad protocol guide if it is already in context. Otherwise, run npx -y alignfirst guide aad and follow it; the output includes the ticket directory and work file rules. Do not use your own plan mode.

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. 4d ago First seen · 15 lines · 20 tokens per session scan A af7e2c930904

Subscribe to this mod's changes

alcatchupaad is a skill published in the GitHub repository paleo/alignfirst (86 stars, last pushed today), licensed CC0-1.0. It adds 20 tokens to every session and 187 once invoked, about $0.0001 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-09-08.

Related

Other skills, from other repositories

status-tracker

Use at the start of every coding session (read docs/status.md before any other action), at the end of every session (append handoff log entry), or when checking current progress, last-done work, in-flight tasks, or what's blocked. Triggers on session start/end, "where are we", "pick up where we left off", "handoff"…

affectionatec/agentic-engineering · 98 tokens

project-kickoff-prd

Use when starting a new project or feature from scratch, when a rough idea needs to be turned into a structured product spec, or when scope, target users, or success metrics are undefined. Triggers on "let's build X", "new project", "kick off", "write a PRD", "product brief", "what should we build", vague feature…

affectionatec/agentic-engineering · 96 tokens

existing-project-onboarding

Use when an existing or legacy codebase needs to enter the agentic-engineering workflow but has no chain documents (or only scattered legacy docs — README, wiki, design notes). Triggers on "onboard this repo", "migrate this project to agentic-engineering", "reverse-engineer the docs", "adopt this workflow on an…

affectionatec/agentic-engineering · 127 tokens

speckit-workflow

Comprehensive understanding of the spec-kit methodology. Constitution-driven feature development with specify, plan, tasks, and implement phases.

tzachbon/smart-ralph · 30 tokens

sdlc-accelerate

End-to-end SDLC ramp-up from idea to construction-ready with automated phase transitions.

jmagly/aiwg · 23 tokens

project-awareness

Detect project type, AIWG framework state, team configuration, and active work to summarize status and recommend next actions.

jmagly/aiwg · 25 tokens