adk-expert
Google ADK (Agent Development Kit) orchestration patterns — boundaries, agent composition, and tool seams. Trigger when designing or reviewing multi-agent…
Synthesise a status, standup, or situation-report from current work state. Trigger when a team member needs a concise summary of where things stand, what is blocked, and what is next.
$ npx -y skills add jpantsjoha/ai-native-developer-experience --skill sitrep --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/sitrepContext preview
The summary Claude sees to decide when to auto-load this skill.
Synthesise a status, standup, or situation-report from current work state. Trigger when a team member needs a concise summary of where things stand, what is blocked, and what is next.
name: sitrep description: Synthesise a status, standup, or situation-report from current work state. Trigger when a team member needs a concise summary of where things stand, what is blocked, and what is next.
> **Situation reports are for the person who was not in the room.** Write for them.
A sitrep is not a diary of activity. It is a compressed, actionable picture of current state. Three questions: what is done, what is blocked, what is next. Anything that does not answer one of those three questions does not belong in the sitrep.
1. **Gather the current work state** — read from available sources:
2. **Classify items** into three buckets:
3. **Write the sitrep** — structure:
## Sitrep — <date> [<scope: sprint / incident / handoff>] **Done** - <item> — <one sentence on what was delivered and its evidence> **Blocked** - <item> — blocked on <specific dependency / owner / ETA if known> **Next** - <item> — <priority order, most important first> **Risks / flags** (optional — only if material) - <risk> — <impact if unresolved> — <owner>
4. **Apply the compression test** — for each line: if removing it changes nothing that the reader needs to act on, remove it.
5. **Name blockers precisely** — "blocked on backend" is not a blocker entry. "Blocked on API contract for `/v2/orders` — waiting on @owner, ETA unknown" is.
6. **Do not editorialise progress** — "made good progress" is noise. "Delivered X, which unblocks Y" is signal.
A team-project AI harness bootstrap that gives humans and agents a shared operating contract from day one, moving AI leverage from an individual “IC superhero” advantage to a repeatable team capability on an equal playing field.
Google ADK (Agent Development Kit) orchestration patterns — boundaries, agent composition, and tool seams. Trigger when designing or reviewing multi-agent…
JP's signature red-team pass — "how would I break this?" Argue against your own approach before proceeding. Trigger on any high-stakes decision, architecture…
Alibaba Cloud expert guardrails — RAM least-privilege, data boundaries, residency (mainland/international split), cost, and official-source validation. Trigger…
AWS expert guardrails — IAM least-privilege, data boundaries, cost controls, residency, and official-source validation. Trigger when designing or reviewing any…
Azure expert guardrails — Entra ID least-privilege, policy-first governance, data boundaries, cost, residency, and official-source validation. Trigger when…
LLM and cloud cost awareness — model tiering, token budgets, right-sizing, and when a cheaper model suffices. Trigger before finalising any architecture that…