Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
lucasduys
/
forge
home
/
subagents
/
lucasduys
/
forge
lucasduys/forge
9 subagents
View on GitHub
Subagent
forge-complexity
Analyzes task description and codebase context to recommend complexity depth level (quick/standard/thorough). Lightweight analysis run on every /forge command startup.
forge-executor
Implements individual tasks from a frontier. Follows TDD when available, commits atomically, updates state. Dispatched during /forge execute.
forge-planner
Decomposes a specification into an ordered task frontier with dependency DAG, token estimates, and repo tags. Dispatched during /forge plan.
forge-researcher
Multi-source research agent that investigates best practices, official documentation, and academic literature before implementation. Dispatched before complex tasks to ensure the executor has authorit
forge-reviewer
Reviews code against spec requirements and quality standards. Returns PASS or ISSUES with file:line references and severity levels. Dispatched after task implementation.
forge-speccer
Writes specifications with R-numbered requirements and testable acceptance criteria from brainstorm output. Use during /forge brainstorm to generate spec files.
forge-speccer-validator
Pre-planning path-validation gate. Scans a spec file for path tokens inside code fences or backticks, checks each against the target repo, and returns REPLAN_NEEDED with (spec-line, missing-path) pair
forge-verifier
Goal-backward phase verification — checks that spec requirements are actually met, detects stubs and placeholders, verifies cross-component wiring. Dispatched after all tasks in a phase complete.
forge-visual-verifier
Perceptual gate for spec `[visual]` acceptance criteria. Drives Playwright MCP (navigate + take_screenshot + evaluate), compares the resulting image against a saved baseline via an LLM-vision step, an