From factory
Shows the current Factory status for a project, including project state, experiment history, eval scores, and active backlog.
How this skill is triggered — by the user, by Claude, or both
Slash command
/factory:statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the current Factory status for this project.
Show the current Factory status for this project.
command -v factory >/dev/null 2>&1 || uv tool install "${CLAUDE_PLUGIN_ROOT}"
factory status "$(pwd)"
This shows:
.factory/strategy/backlog.mdIf the project hasn't been initialized with the factory yet, run:
factory ceo "$(pwd)"
This will auto-detect the project state and guide it through setup (discovery, eval review, initialization).
npx claudepluginhub akashgit/remote-factory --plugin factoryShows current forge project status including plan objective, module DAG, iteration history, and saved learnings from project memory.
Displays project status, roadmap progress, blockers, and next-action suggestions based on workflow state. Use for progress checks and orientation.
Analyzes the current codebase using Factory's observation engine, generating a report on code quality, eval scores, open issues, backlog items, and observability coverage. Use before making changes to understand project state.