-
Notifications
You must be signed in to change notification settings - Fork 0
feat: define intelligent collaboration modes for AgentFlow SDLC #109
Copy link
Copy link
Closed
Labels
awaiting-releaseManaged by multi-agent-sdlc integration lifecycle automationManaged by multi-agent-sdlc integration lifecycle automationdocumentationImprovements or additions to documentationImprovements or additions to documentationdrafted-by:piIssue drafted by PiIssue drafted by PidxDeveloper experience and agent workflowDeveloper experience and agent workflowepicParent tracking issue with child issue breakdownParent tracking issue with child issue breakdownfeatureUser-facing product capabilityUser-facing product capabilityintegrated:developmentManaged by multi-agent-sdlc integration lifecycle automationManaged by multi-agent-sdlc integration lifecycle automationproduct:collaborationMulti-agent/harness collaboration and evidenceMulti-agent/harness collaboration and evidenceproduct:docsPublic documentation, onboarding, IA, examplesPublic documentation, onboarding, IA, examplesproduct:harnessHarness adapters, plugins, skills, settings, execution targetsHarness adapters, plugins, skills, settings, execution targetsrelease:v1.0.0Assigned to AgentFlow SDLC v1 releaseAssigned to AgentFlow SDLC v1 releasestatus:v1-readyImplemented on development and awaiting v1 releaseImplemented on development and awaiting v1 release
Milestone
Description
Metadata
Metadata
Assignees
Labels
awaiting-releaseManaged by multi-agent-sdlc integration lifecycle automationManaged by multi-agent-sdlc integration lifecycle automationdocumentationImprovements or additions to documentationImprovements or additions to documentationdrafted-by:piIssue drafted by PiIssue drafted by PidxDeveloper experience and agent workflowDeveloper experience and agent workflowepicParent tracking issue with child issue breakdownParent tracking issue with child issue breakdownfeatureUser-facing product capabilityUser-facing product capabilityintegrated:developmentManaged by multi-agent-sdlc integration lifecycle automationManaged by multi-agent-sdlc integration lifecycle automationproduct:collaborationMulti-agent/harness collaboration and evidenceMulti-agent/harness collaboration and evidenceproduct:docsPublic documentation, onboarding, IA, examplesPublic documentation, onboarding, IA, examplesproduct:harnessHarness adapters, plugins, skills, settings, execution targetsHarness adapters, plugins, skills, settings, execution targetsrelease:v1.0.0Assigned to AgentFlow SDLC v1 releaseAssigned to AgentFlow SDLC v1 releasestatus:v1-readyImplemented on development and awaiting v1 releaseImplemented on development and awaiting v1 release
Epic: #115
Background & Problem Statement
AgentFlow SDLC's core value is reducing cognitive load for AI/Agentic development through an opinionated SDLC, not maximizing automation for its own sake. The framework should still increase harness leverage and collective AI intelligence where it improves decisions, lowers uncertainty, and preserves the existing evidence and guardrail model.
Current docs define single-agent default, optional multi-agent routing, capability resolution, role-pass evidence, and no-false-claim guardrails. What is missing is a small set of named collaboration modes and decision rules that let agents and humans understand when extra intelligence is worth the coordination cost.
Proposed Solution
Define an opinionated collaboration model that keeps the visible SDLC simple while allowing harness-managed helper intelligence behind stable roles.
Core modes:
auto-minimal— default; choose the smallest helper set that reduces risk or uncertainty.single-agent— one orchestrator performs all roles.advisory— one or more read-only helpers provide focused findings.council— role-local panel at major decision points, especially architecture/review.parallel-discovery— bounded read-only fanout for broad repo discovery.spike— isolated child worktree experiment, opt-in and high-cost.human-gated— human authority required for high-assurance gates.Requirements
Technical Design
Suggested docs:
docs/intelligent-collaboration.mddocs/capabilities.mddocs/agent-workflow.mdagents/agentflow-sdlc/runtime-capabilities.mdagents/agentflow-sdlc/execution-model.mdSuggested decision rule:
Feature Tracking
Acceptance criteria
Test plan
pnpm format:check.pnpm test:workflow.Workflow classification