LICENSE
MANIFEST.in
README.md
setup.py
agentic_scrum_setup/__init__.py
agentic_scrum_setup/cli.py
agentic_scrum_setup/organization_setup.py
agentic_scrum_setup/repository_manager.py
agentic_scrum_setup/setup_core.py
agentic_scrum_setup.egg-info/PKG-INFO
agentic_scrum_setup.egg-info/SOURCES.txt
agentic_scrum_setup.egg-info/dependency_links.txt
agentic_scrum_setup.egg-info/entry_points.txt
agentic_scrum_setup.egg-info/requires.txt
agentic_scrum_setup.egg-info/top_level.txt
agentic_scrum_setup/templates/.gitignore.j2
agentic_scrum_setup/templates/README.md.j2
agentic_scrum_setup/templates/agentic_config.yaml.j2
agentic_scrum_setup/templates/agentic_config.yaml.sample.j2
agentic_scrum_setup/templates/generic_persona_rules.yaml.j2
agentic_scrum_setup/templates/generic_priming_script.md.j2
agentic_scrum_setup/templates/persona_rules_advanced.yaml.j2
agentic_scrum_setup/templates/agents/agent_mcp_config.json.j2
agentic_scrum_setup/templates/checklists/code_review_checklist.md.j2
agentic_scrum_setup/templates/checklists/definition_of_done.md.j2
agentic_scrum_setup/templates/checklists/security_audit_checklist.md.j2
agentic_scrum_setup/templates/checklists/sprint_planning_checklist.md.j2
agentic_scrum_setup/templates/claude/.mcp.json.j2
agentic_scrum_setup/templates/claude/CLAUDE.md.j2
agentic_scrum_setup/templates/claude/persona_rules.yaml.j2
agentic_scrum_setup/templates/common/docker-compose.yml.j2
agentic_scrum_setup/templates/common/init.sh.j2
agentic_scrum_setup/templates/csharp/project.csproj.j2
agentic_scrum_setup/templates/docs/PROJECT_KICKOFF.md.j2
agentic_scrum_setup/templates/docs/PROJECT_SCOPE.md.j2
agentic_scrum_setup/templates/docs/SECURITY.md.j2
agentic_scrum_setup/templates/go/go.mod.j2
agentic_scrum_setup/templates/java/pom.xml.j2
agentic_scrum_setup/templates/java/spring_pom.xml.j2
agentic_scrum_setup/templates/javascript/.eslintrc.json.j2
agentic_scrum_setup/templates/javascript/.eslintrc.react.json.j2
agentic_scrum_setup/templates/javascript/.prettierrc.json.j2
agentic_scrum_setup/templates/javascript/express_package.json.j2
agentic_scrum_setup/templates/javascript/package.json.j2
agentic_scrum_setup/templates/javascript/react_package.json.j2
agentic_scrum_setup/templates/mcp_servers/datetime/README.md
agentic_scrum_setup/templates/mcp_servers/datetime/__init__.py
agentic_scrum_setup/templates/mcp_servers/datetime/datetime_tools.py
agentic_scrum_setup/templates/mcp_servers/datetime/requirements.txt
agentic_scrum_setup/templates/mcp_servers/datetime/server.py
agentic_scrum_setup/templates/organization/.gitignore.j2
agentic_scrum_setup/templates/organization/.mcp.json.j2
agentic_scrum_setup/templates/organization/README.md.j2
agentic_scrum_setup/templates/organization/agentic_config.yaml.j2
agentic_scrum_setup/templates/organization/agents/organization_poa/persona_rules.yaml.j2
agentic_scrum_setup/templates/organization/agents/organization_sma/persona_rules.yaml.j2
agentic_scrum_setup/templates/organization/docs/CROSS_PROJECT_STANDARDS.md.j2
agentic_scrum_setup/templates/organization/docs/ORGANIZATION_OVERVIEW.md.j2
agentic_scrum_setup/templates/organization/docs/REPOSITORY_GUIDELINES.md.j2
agentic_scrum_setup/templates/organization/shared/.env.sample.j2
agentic_scrum_setup/templates/organization/shared/docker-compose.yml.j2
agentic_scrum_setup/templates/organization/shared/scripts/sync_standards.sh.j2
agentic_scrum_setup/templates/php/composer.json.j2
agentic_scrum_setup/templates/poa/persona_rules.yaml.j2
agentic_scrum_setup/templates/python/.flake8.j2
agentic_scrum_setup/templates/python/fastapi_requirements.txt.j2
agentic_scrum_setup/templates/python/pyproject.toml.j2
agentic_scrum_setup/templates/python/requirements.txt.j2
agentic_scrum_setup/templates/qaa/persona_rules.yaml.j2
agentic_scrum_setup/templates/retrofit/retrofit_persona_rules.yaml.j2
agentic_scrum_setup/templates/ruby/Gemfile.j2
agentic_scrum_setup/templates/rust/Cargo.toml.j2
agentic_scrum_setup/templates/saa/persona_rules.yaml.j2
agentic_scrum_setup/templates/saa/priming_script.md.j2
agentic_scrum_setup/templates/scripts/check-secrets.sh
agentic_scrum_setup/templates/sma/persona_rules.yaml.j2
agentic_scrum_setup/templates/standards/coding_standards.md.j2
agentic_scrum_setup/templates/typescript/.eslintrc.react.json.j2
agentic_scrum_setup/templates/typescript/tsconfig.json.j2
agentic_scrum_setup/tests/__init__.py
agentic_scrum_setup/tests/test_cli.py
agentic_scrum_setup/tests/test_datetime_tools.py
agentic_scrum_setup/tests/test_framework_support.py
agentic_scrum_setup/tests/test_location_defaults.py
agentic_scrum_setup/tests/test_memory_management.py
agentic_scrum_setup/tests/test_package_data.py
agentic_scrum_setup/tests/test_project_scoping.py
agentic_scrum_setup/tests/test_search_integration.py
agentic_scrum_setup/tests/test_security.py
agentic_scrum_setup/tests/test_security_audit_agent.py
agentic_scrum_setup/tests/test_setup_core.py