maxdimitrov

File Followup — Development skill for Claude Code

Development community

Discoverable entry-point for the followup-tracking skill — file work deferred from in-flight effort as an agent-prompt-shaped issue, with a parent reference.

How to install File Followup

Installs to ~/.claude/skills/maxdimitrov-agent-issue-tracker-file-followup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maxdimitrov-agent-issue-tracker-file-followup && curl -fsSL https://raw.githubusercontent.com/maxdimitrov/agent-issue-tracker/HEAD/commands/file-followup.md -o ~/.claude/skills/maxdimitrov-agent-issue-tracker-file-followup/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What File Followup does


description: Discoverable entry-point for the followup-tracking skill — file work deferred from in-flight effort as an agent-prompt-shaped issue, with a parent reference.

/file-followup []

A discoverable slash-command wrapper around the [`followup-tracking`](../skills/followup-tracking/SKILL.md) skill. Filing is normally skill-driven — the agent recognises trigger phrases ("follow-up for that", "out of scope for this PR", "spin that out", "we'll handle X in a separ

Alternatives in Development

  • Auto — Smart router - Single entry point with natural language intent detection 2.8k ★
  • Agent Instructions — This project uses bd (beads) for issue tracking 1.6k ★
  • Agentlas — Agentlas commands — one entry point for network, build, storm, call, and the rest 1.1k ★

Full documentation available on GitHub

View Source Repository