AFPS Workflow Patterns review

Cross-session analysis of how agentic-skills (AFPS) workflows are used — activity trends, skill chains, reactive vs. proactive balance, and automation opportunities.

Generated 2026-06-09 • Source: Claude history (633 messages / 274 sessions) • Codex: 0 direct AFPS sessions (skills consumed from downstream projects)

Overview Stats

Copied!
633
Claude Messages
274
Claude Sessions
65 days
Active Period
~9.7/day
Avg Messages
Source comparison: All AFPS work runs through Claude Code. Zero Codex sessions target the agentic-skills CWD directly — Codex consumes AFPS skills from downstream project directories (2,849 Codex prompts reference skill-related terms). The AFPS repo is a Claude-first development environment.

Token & cost: Claude history.jsonl does not include token usage or cost metadata. Cost is unavailable from this data source.

Monthly Activity Trend

Copied!
April 2026
135
May 2026
221
June 2026 (9 days)
277
Claim: AFPS activity is accelerating — June already exceeds full-month totals in 9 days (277 vs. 221 in May), driven by card-pack animation debugging and convention hardening.
Evidence: Monthly message counts from Claude history.jsonl. June top skills: /investigate(29), /ship-end(10), /pack(5), /exec(5).
Inference: The June spike is investigation-heavy — reactive work on card-pack animations is pulling volume up. Proactive convention work (excalidraw, alignment pages, narration) also contributes.

Skill Usage Breakdown

Copied!
SkillCount% of Skill CallsRole
/ship4322%Primary shipping workflow
/investigate3317%Bug hunting & root-cause analysis
/analyze-sessions2211%Meta — understanding own workflow
/ship-end2111%Session wrap-up & push
/run95%Dev server & preview
/pack84%Pack management
/exec53%Plan step execution
/reconcile-dev-docs42%Doc drift correction
/targeted-skill-builder32%Skill creation from gap
/devtool-docs-audit32%Docs quality audit
Others (20 skills)4221%Long tail — 1-2 uses each
Claim: The AFPS workflow is dominated by a ship→investigate→analyze cycle. /ship and /ship-end together account for 33% of all skill calls — shipping is the most frequent structured activity.
Evidence: 43 /ship + 21 /ship-end = 64 shipping calls out of ~193 total skill invocations (excluding /clear and /resume).

Session Type Classification

Copied!
Single-message
73
Shipping
59
Investigation
33
General work
32
Pack management
30
Alignment pages
23
Session analysis
19
Conventions
4
Skill development
2
Claim: Sessions are short and focused. 81% (222/274) are 1-3 messages. Only 3% (8) exceed 7 messages. The workflow pattern is: open session → do one thing → ship or close.
Evidence: 141 sessions with 1 message, 81 with 2-3, 45 with 4-7, 7 with 8-15, 1 with 16+.
Inference: This is a rapid-fire cadence — not deep multi-turn exploration. You treat Claude Code sessions as focused task slots, with /ship or /ship-end as the closing gate.

Workflow Sequences & Chains

Copied!

Most sessions use 0-1 skills — chaining is rare because sessions are short. Observed multi-skill chains:

TransitionCountPattern
/analyze-sessions → /ship-end2Analyze then close the session
/analyze-sessions → /analyze-sessions2Iterative refinement of analysis
/investigate → /analyze-sessions1Bug → check if pattern is recurring
/analyze-sessions → /targeted-skill-builder1Find gap → build skill for it
/session-triage → /targeted-skill-builder1Diagnose incident → build prevention
/benchmark-test-skill → /benchmark-agent-review1Test then review benchmark
/spec-interview → /roadmap1Spec → plan
/spec-drift → /reconcile-dev-docs1Detect drift → fix docs
Claim: The AFPS workflow is implicitly sequential but not explicitly chained. You rely on skill recommendations ("Recommended next command") rather than pre-defined pipelines. The routing works but is manual — you choose the next step each time.

Recurring Themes

Copied!
ThemeMessagesExample Prompts
Skill creation/editing113"verify all codex skills say not to ship to feature branch", "why do we have both agentic-skills and claude-skills"
Pack management43"which workshops would be of value", "they should live in the creator media pack"
Planning/roadmap37"plan-phases should be renamed plan-phase", "gap once done with plan interview"
Alignment pages36"create test environment for alignment-loop pack", "html is perfect, not asking for template"
Investigation/debug29"card sinks back into the card pack", "long pause on drawer close"
Docs/convention25"should that be in claude/agents md for all cases", "excalidraw convention for agents"
Shipping/deploy18"verify all codex skills", "create skill that wraps manual blockers"
Session analysis10"did we not have a conversation about this before?", "why is that not in the history?"
Benchmarking8"update benchmarks and add test setups for new skills"
Skillmap/excalidraw6"excalidraw graphic explaining packs and skills", "handwritten styling for borders only"

Repeated prompts

Reactive vs. Proactive Balance

Copied!
58%
Proactive (create/build/plan)
41%
Reactive (investigate/fix/debug)
Claim: Overall balance is healthy — more proactive than reactive. However, June has flipped: investigation dominates (29 /investigate calls in 9 days vs. 33 total in 65 days). The card-pack animation work created a reactive debt spiral.

June Investigation Spike

Copied!

88% of all /investigate calls (29/33) occurred in June. The dominant driver was card-pack animation debugging — a sustained multi-session bug chase from Jun 3–5:

Claim: The card-pack animation work created a debugging marathon. Each /investigate found a fix but revealed the next visual bug — a cascading chain of 12+ sequential investigations over 2 days. This is the single largest reactive time sink in AFPS history.
Inference: Visual animation work is uniquely hard for the current AFPS workflow — each bug requires human visual verification, the agent can't see the result, and fixes cascade. A visual regression test or screenshot diffing step could break this pattern.

Evidence Matrix

Copied!
ClaimSourceEvidenceConfidenceAssumption
Activity acceleratingClaude history.jsonl135 → 221 → 277 (9d) monthly messagesHighJune pace sustained (31 msgs/day)
Ship-dominated workflowClaude history.jsonl64 shipping skill calls (33% of total)HighNone
Short focused sessionsClaude history.jsonl81% of sessions ≤ 3 messagesHighNone
Claude-first for AFPSCodex rollouts0 Codex sessions in agentic-skills CWDHighCodex cwd metadata is complete
Animation reactive spiralClaude history.jsonl12+ sequential /investigate calls Jun 3–5 on card animationsHighNone
Manual skill routingSkill transition dataMax chain frequency is 2; most sessions single-skillMediumSome chains lost across session boundaries
Convention maturation phaseRecent promptsExcalidraw convention, narration, alignment page improvements all in last 3 daysMediumConventions will stabilize

Confidence & Assumptions

Copied!

Recommendations

Copied!
PatternFrequencyTypeSuggestionAvoided Manual Prompts
"run install script" / "run dev server"6Standing instructionAdd to CLAUDE.md: auto-detect when install/dev-server is needed and run without prompting~6/month
Animation visual bug cascade12+ in 2 daysSkill / conventionScreenshot-diff verification step in /investigate for HTML prototype work; break reactive spiral~8-10 per visual feature
Session-end shipping64 callsStanding instructionAlready covered by shipping contract — working wellN/A (working)
Analyze → build skill3 chainsSkill routingWorking as designed: /analyze-sessions → /targeted-skill-builder pipeline is functionalN/A (working)
Convention creation from ad-hoc decisions~8ConventionGate in skill-building flow: "is this a one-off or a convention?" — if convention, route to docs~3-4/month

Top 5 by impact

  1. Visual verification for prototypes — Screenshot/diff step in /investigate for HTML work. Breaks the "fix → new visual bug" spiral. Est. 8-10 prompts avoided per visual feature.
  2. Auto install/dev-server detection — Standing instruction to run install/dev without asking. Est. 6 prompts/month avoided.
  3. Convention-detection gate — When a decision looks reusable, auto-suggest writing a convention doc. Est. 3-4/month.
  4. Cross-session chain tracking — Persist "Recommended next command" across sessions so the next session picks up where the last left off. Reduces context loss.
  5. Codex AFPS visibility — Tag Codex sessions consuming AFPS skills with origin pack metadata so /analyze-sessions can track downstream adoption.

Approval Gates

Copied!

Gate: Evidence Coverage

Is the evidence sufficient for these workflow pattern conclusions?

Gate: Scope & Non-Goals

Does this analysis cover the AFPS workflow areas you wanted to understand?

Gate: Recommendation Priority

Which recommendation should be acted on first?

Gate: Artifact Destination & Proposed File Changes

Approve the output location for this analysis report.

Compile Section

4 required questions unanswered

Copied! Copied!