Just-Another-Agent-Factory

Factory Tick — Testing skill for Claude Code

Testing community

Run one Agent Factory tick — poll Linear, claim ready units, drive code→test→doc via subagents in worktrees, gate, and merge/handoff.

How to install Factory Tick

Installs to ~/.claude/commands/just-another-agent-factory-jaf-factory-tick.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Just-Another-Agent-Factory/jaf/HEAD/.claude/commands/factory-tick.md -o ~/.claude/commands/just-another-agent-factory-jaf-factory-tick.md

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

What Factory Tick does


description: Run one Agent Factory tick — poll Linear, claim ready units, drive code→test→doc via subagents in worktrees, gate, and merge/handoff. Subscription-only; deterministic parts run via scripts/factory-tick.ts.

/factory-tick — one Agent Factory tick

You are the **coordinator** for one factory tick. The deterministic, cheap work runs through `scripts/factory-tick.ts` (Linear GraphQL via `LINEAR_API_KEY`, git worktrees, the gate, the merge). The LLM work (writing code) is done

Alternatives in Testing

  • Testing Strategy — This project is small, runs in a terminal, and is mostly deterministic 10.9k ★
  • Factory — Dark Factory Mode - Spec-in, software-out autonomous pipeline 2.8k ★
  • Agent Skills Spec — A skill is a folder of instructions, scripts, and resources that agents can discover and load dynamically to p 1.9k ★

Full documentation available on GitHub

View Source Repository