timgranlundmarsden

48 mods across 1 repository, 2 stars between them.

PostToolUse

02

timgranlundmarsden/claude-agent-flow

Hook Claude Code

Runs after a tool call finishes for Bash, Skill and mcp__*backlog* tool calls, running an inline shell check (3 commands). From timgranlundmarsden/claude-agent-flow.

2 2mo ago A tokens not measured

backlog

03

timgranlundmarsden/claude-agent-flow

MCP server Claude CodeCodexCursor

MCP server "backlog" as configured in timgranlundmarsden/claude-agent-flow. Launched with backlog mcp start.

2 2mo ago A tokens not measured

agent-flow

04

timgranlundmarsden/claude-agent-flow

Plugin Claude Code

Multi-agent development pipeline for Claude Code — 12 specialist agents, 13 slash commands, 18 skills, adversarial critic loop, and automated sync distribution. Drop-in plugin that adds /plan, /build, /review workflows with explorer, architect, builder, critic, tester, and reviewer agents.

2 2mo ago A tokens not measured

timgranlundmarsden/claude-agent-flow

Instructions file

Claude Code instructions for timgranlundmarsden/claude-agent-flow, covering project: agent-flow, backlog management, git workflow — required before every push, main branch protection and failure-mode contract.

2 2mo ago A 1,118 tokens

critic

07

timgranlundmarsden/claude-agent-flow

Agent

Adversarial code critic. Tries to break code with edge cases and failure scenarios. Returns FAIL/PASS. Used in /build and /review loops.

2 2mo ago A 34 tokens

explorer

08

timgranlundmarsden/claude-agent-flow

Agent

Read-only codebase navigator. Maps files, traces dependencies, surfaces existing patterns. Cheap — use constantly before implementation tasks.

2 2mo ago A 27 tokens

backlog-status

10

timgranlundmarsden/claude-agent-flow

Command

Display a live backlog status dashboard — active tasks table with PR state and branch-to-test. Optional flag: --qa also generates a QA test guide for all Ready-for-Review tasks.

2 2mo ago A 41 tokens

build

11

timgranlundmarsden/claude-agent-flow

Command

Build a feature using the adversarial review loop. Default tier: parent works end-to-end, zero subagent spawns. --strict tier adds critic + external review.

2 2mo ago A 36 tokens

explore

14

timgranlundmarsden/claude-agent-flow

Command

Quick read-only exploration of the codebase. Invokes explorer agent to map files, dependencies, and patterns relevant to a topic. No code changes. Use before starting any significant task to understand the landscape.

2 2mo ago A 44 tokens

plan

18

timgranlundmarsden/claude-agent-flow

Command

Guide a collaborative planning session. Conducts Socratic dialogue, spawns explorer on large repos and researcher on new deps; saves plan + backlog task.

2 2mo ago D 33 tokens

rebase

19

timgranlundmarsden/claude-agent-flow

Command

Guided rebase workflow. Stashes uncommitted changes, fetches latest from origin, rebases onto the remote branch (or a specified branch), resolves conflicts if possible, and pops the stash on success.

2 2mo ago A 46 tokens

review

20

timgranlundmarsden/claude-agent-flow

Command

Run the adversarial critic against existing code. Default: parent reviews inline, zero subagent spawns. --strict: critic subagent + external review.

2 2mo ago A 33 tokens

techstack-refresh

21

timgranlundmarsden/claude-agent-flow

Command

View, create, or update TECHSTACK.md for the current project. Runs the Technology Discovery Protocol to detect the project's stack from source files, package manifests, and CI/CD config. Safe to run at any time — existing user-added content is always preserved. Use --force to bypass the 72-hour freshness check and…

2 2mo ago A 73 tokens

Agent Development

23

timgranlundmarsden/claude-agent-flow

Skill Claude CodeCodex

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development…

2 2mo ago A 80 tokens

timgranlundmarsden/claude-agent-flow

Skill Claude CodeCodex

Guard skill that halts command execution if the agent-flow system is not initialized. Checks for .claude-agent-flow/sync-state.json (installed repos) or .claude-agent-flow/publish-plugin-manifest.yml (master source repo) and stops with a clear message to run /install if neither is present.

2 2mo ago A 68 tokens