LICENSE
README.md
pyproject.toml
src/fcc/__init__.py
src/fcc/_resources.py
src/fcc/py.typed
src/fcc/data/__init__.py
src/fcc/data/docs/constitution_template.yaml
src/fcc/data/docs/prompt_topics.yaml
src/fcc/data/docs/tutorial_topics.yaml
src/fcc/data/governance/quality_gates.yaml
src/fcc/data/governance/tag_registry.yaml
src/fcc/data/personas/champions.yaml
src/fcc/data/personas/core_personas.yaml
src/fcc/data/personas/cross_reference.yaml
src/fcc/data/personas/dimension_definitions.yaml
src/fcc/data/personas/dimension_interpretation_guide.yaml
src/fcc/data/personas/governance_compliance.yaml
src/fcc/data/personas/integration_specialists.yaml
src/fcc/data/personas/stakeholder_hub.yaml
src/fcc/data/personas/dimensions/ams_profile.yaml
src/fcc/data/personas/dimensions/bc_profile.yaml
src/fcc/data/personas/dimensions/bchm_profile.yaml
src/fcc/data/personas/dimensions/bv_profile.yaml
src/fcc/data/personas/dimensions/cia_profile.yaml
src/fcc/data/personas/dimensions/co_profile.yaml
src/fcc/data/personas/dimensions/de_profile.yaml
src/fcc/data/personas/dimensions/dgs_profile.yaml
src/fcc/data/personas/dimensions/ec_profile.yaml
src/fcc/data/personas/dimensions/gca_profile.yaml
src/fcc/data/personas/dimensions/pte_profile.yaml
src/fcc/data/personas/dimensions/rb_profile.yaml
src/fcc/data/personas/dimensions/rbch_profile.yaml
src/fcc/data/personas/dimensions/rc_profile.yaml
src/fcc/data/personas/dimensions/rchm_profile.yaml
src/fcc/data/personas/dimensions/ric_profile.yaml
src/fcc/data/personas/dimensions/rs_profile.yaml
src/fcc/data/personas/dimensions/scp_profile.yaml
src/fcc/data/personas/dimensions/smc_profile.yaml
src/fcc/data/personas/dimensions/ste_profile.yaml
src/fcc/data/personas/dimensions/ts_profile.yaml
src/fcc/data/personas/dimensions/ug_profile.yaml
src/fcc/data/personas/dimensions/ugch_profile.yaml
src/fcc/data/personas/dimensions/umc_profile.yaml
src/fcc/data/scenarios/advanced_scenarios.json
src/fcc/data/scenarios/starter_scenarios.json
src/fcc/data/schemas/cross_reference.schema.json
src/fcc/data/schemas/persona.schema.json
src/fcc/data/schemas/traces.schema.json
src/fcc/data/schemas/workflow.schema.json
src/fcc/data/workflows/base_sequence.json
src/fcc/data/workflows/complete_24.json
src/fcc/data/workflows/extended_sequence.json
src/fcc/governance/__init__.py
src/fcc/governance/compliance.py
src/fcc/governance/quality_gates.py
src/fcc/governance/tags.py
src/fcc/personas/__init__.py
src/fcc/personas/cross_reference.py
src/fcc/personas/dimensions.py
src/fcc/personas/models.py
src/fcc/personas/registry.py
src/fcc/scaffold/__init__.py
src/fcc/scaffold/cli.py
src/fcc/scaffold/config.py
src/fcc/scaffold/doc_generator.py
src/fcc/scaffold/engine.py
src/fcc/scaffold/project.py
src/fcc/scenarios/__init__.py
src/fcc/scenarios/loader.py
src/fcc/scenarios/models.py
src/fcc/scenarios/validators.py
src/fcc/simulation/__init__.py
src/fcc/simulation/ai_client.py
src/fcc/simulation/ai_engine.py
src/fcc/simulation/engine.py
src/fcc/simulation/messages.py
src/fcc/simulation/prompts.py
src/fcc/simulation/traces.py
src/fcc/templates/docs/sitemap.md.j2
src/fcc/templates/docs/cross-reference/constitution-framework.md.j2
src/fcc/templates/docs/cross-reference/coordination-methods.md.j2
src/fcc/templates/docs/cross-reference/matrix.md.j2
src/fcc/templates/docs/persona/constitution.md.j2
src/fcc/templates/docs/persona/coordination.md.j2
src/fcc/templates/docs/persona/index.md.j2
src/fcc/templates/docs/persona/specification.md.j2
src/fcc/templates/docs/persona/package/index.md.j2
src/fcc/templates/docs/persona/prompts/index.md.j2
src/fcc/templates/docs/persona/prompts/prompt.md.j2
src/fcc/templates/docs/persona/tutorials/index.md.j2
src/fcc/templates/docs/persona/tutorials/tutorial.md.j2
src/fcc/templates/docs/persona/workflows/index.md.j2
src/fcc/templates/docs/persona/workflows/workflow.md.j2
src/fcc/templates/project/CLAUDE.md.j2
src/fcc/templates/project/Makefile.j2
src/fcc/templates/project/gitignore.j2
src/fcc/templates/project/pyproject.toml.j2
src/fcc/workflow/__init__.py
src/fcc/workflow/graph.py
src/fcc/workflow/models.py
src/fcc_agent_team_ext.egg-info/PKG-INFO
src/fcc_agent_team_ext.egg-info/SOURCES.txt
src/fcc_agent_team_ext.egg-info/dependency_links.txt
src/fcc_agent_team_ext.egg-info/entry_points.txt
src/fcc_agent_team_ext.egg-info/requires.txt
src/fcc_agent_team_ext.egg-info/top_level.txt
tests/test_advanced_scenarios.py
tests/test_ai_client.py
tests/test_champion_personas.py
tests/test_core_docs.py
tests/test_coverage_push.py
tests/test_cross_reference.py
tests/test_dimension_profiles.py
tests/test_doc_generator.py
tests/test_dynamic_validation.py
tests/test_extended_docs.py
tests/test_extended_personas.py
tests/test_governance.py
tests/test_integration.py
tests/test_persona_dimensions.py
tests/test_personas.py
tests/test_resources.py
tests/test_scaffold_cli.py
tests/test_scaffold_engine.py
tests/test_scenarios.py
tests/test_scenarios_models.py
tests/test_simulation.py
tests/test_smoke.py
tests/test_workflow.py