Skip to content

FIT Workflows

FIT runs nine custom Archon workflows across three repos. Each is a deterministic DAG — a YAML file that specifies nodes, dependencies, models, allowed tools, and gating conditions. The methodology is PRP/PIV (see PRP Workflow); these are the executable expressions of it.

For the visual catalog with Archon-style cards, see /workflows/.

WorkflowRepoCategoryWhen to useDoesNot for
fit-create-issueArchonDevelopmentReport a reproducible bug as a GitHub issueClassifies against the FIT stack, gathers context in parallel, reproduces, gates on success, creates a structured issue with evidenceFeatures, enhancements, non-bug work
fit-fix-issueArchonDevelopment · Code ReviewDefault issue-fix (~80% of work, Sonnet 4.6)Ten-phase DAG: classify → research → investigate/plan → implement → validate → draft PR → review → self-fix → simplify → reportArchitectural changes (use Pro), comprehensive reviews, CI failures
fit-fix-issue-proArchonDevelopment · Code ReviewHeavyweight issue-fix (~20% of work, Opus 4.6)Same ten-phase DAG, pinned to Opus 4.6 for deeper reasoning on architectural and governance-graph workTrivial fixes (use the non-Pro), comprehensive reviews
fit-n8n-env-auditArchonCI-CDAudit n8n env config for a FIT repoRuns the deterministic n8n-env-audit script, writes JSON + markdown artifacts; read-onlyMutating config, fixing findings, non-n8n environments
fit-repo-overviewArchonCI-CDCross-repo status dashboardCollects branch / worktree / issue / PR / divergence data via gh + git, renders a scannable markdown dashboardModifying repo state, closing PRs, deep-dives
fit-blog-publishfit-blogAutomationDraft and publish a blog post (on-demand or weekly)Fifteen-step pipeline: classify → plan → voice calibrate → topic → image gen → draft → validate → commit for human pushEditing existing posts, publishing without human review
n8n-builder-demo-taskn8n-builderDevelopmentRepo task against the demo n8n envPins to demo, validates credentials, 8-iteration loop with strict env isolation, lifecycle precheck, persists reportDev or prod env tasks, cross-environment changes
n8n-builder-dev-taskn8n-builderDevelopmentRepo task against the dev n8n env (standard)Pins to dev, validates credentials, 8-iteration loop with strict env isolation, lifecycle precheck, persists reportDemo or prod env tasks, cross-environment changes
n8n-builder-prod-taskn8n-builderDevelopmentRepo task against the prod n8n env (rare)Pins to prod, runs a read-only safety check first, 8-iteration loop with conservative validation, persists reportDemo or dev env tasks, exploratory work
  • Workflows live in their repos’ .archon/workflows/ directories. Five FIT-shared workflows live under Archon/.archon/workflows/fit/. Two repo-specific lanes live in fit-blog and n8n-builder.
  • The PRP/PIV methodology (PRP Workflow) defines the pattern. The workflows above are instances.
  • Cards on /workflows/ render from the same workflows.yaml data file. Update the YAML, both surfaces update.