Just-Another-Agent-Factory

Factory Add — Testing skill for Claude Code

Testing community

Queue one unit of work for the Agent Factory — files a properly-formed Linear issue the 15-min factory loop will automatically pick up, claim, test-first code, and merge.

How to install Factory Add

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

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

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

What Factory Add does


description: Queue one unit of work for the Agent Factory — files a properly-formed Linear issue the 15-min factory loop will automatically pick up, claim, test-first code, and merge. Usage — /factory-add . For multi-unit objectives use /factory-goal instead.

/factory-add — file one factory unit to Linear

You are filing ONE unit of work into the factory queue. The factory loop polls Linear every ~15 minutes and autonomously works any properly-formed queued unit. Y

Alternatives in Testing

  • Fix Issue — by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol 46.5k ★
  • Testing Strategy — This project is small, runs in a terminal, and is mostly deterministic 10.9k ★
  • Crlf — Test for CRLF / HTTP response-splitting and host-header injection — Set-Cookie injection, cache poisoning, res 4.5k ★

Full documentation available on GitHub

View Source Repository