Skip to content

Latest commit

 

History

History
61 lines (44 loc) · 2.73 KB

File metadata and controls

61 lines (44 loc) · 2.73 KB

Start here

This page routes humans and agents to the right AgentFlow SDLC document without making the README carry every detail.

If you are evaluating AgentFlow

  1. Read agentflow-in-5-minutes.md.
  2. Use get-started.md for the onboarding path.
  3. Review examples in examples/.

If you are installing AgentFlow in a project

  1. Start with assisted-onboarding.md.
  2. Check environment expectations in environment-tools.md.
  3. Use project-setup.md and project-config.md to choose branch, validation, and routing defaults.
  4. Use assisted-update.md for existing installations.

If you are doing issue work

  1. Read ../AGENTS.md.
  2. Read the active adapter file for your executor.
  3. Read agent-workflow.md.
  4. Read issue-standards.md.
  5. Read the active issue or SPEC.md.
  6. Use guides/contribution-workflow.md.

If you are learning the model

Concept Doc
Product overview agentflow-in-5-minutes.md
Workflow phases agent-workflow.md
Intelligent collaboration intelligent-collaboration.md
Execution targets execution-targets.md
Portable capabilities capabilities.md
Project config project-config.md
Release versioning release-versioning.md
Goal Command Center cockpit.md

If you are an agent

Use this deterministic entry sequence:

  1. AGENTS.md
  2. active adapter (CLAUDE.md, CODEX.md, AGY.md, or equivalent)
  3. docs/agent-workflow.md
  4. docs/issue-standards.md
  5. active issue or SPEC.md

Then use role packages under agents/roles/ and workflow skills under agents/workflows/ as needed.

If you want visual operations

Use Cockpit as optional Goal Command Center:

AGENTFLOW_REPOSITORIES=owner/repo agentflow-sdlc cockpit
agentflow-sdlc cockpit doctor --json

Cockpit is first-class in product docs and release gates, but runtime opt-in. Normal SDLC work does not require starting a service, opening a port, or configuring OAuth.