CHANGELOG.md
LICENSE
MANIFEST.in
README.md
config.yaml
pyproject.toml
pytest.ini
requirements.txt
setup.py
.cursor/rules/analyst.mdc
.cursor/rules/architect.mdc
.cursor/rules/bmad-master.mdc
.cursor/rules/bmad-orchestrator.mdc
.cursor/rules/dev.mdc
.cursor/rules/pm.mdc
.cursor/rules/po.mdc
.cursor/rules/qa.mdc
.cursor/rules/sm.mdc
.cursor/rules/ux-expert.mdc
.github/chatmodes/analyst.chatmode.md
.github/chatmodes/architect.chatmode.md
.github/chatmodes/bmad-master.chatmode.md
.github/chatmodes/bmad-orchestrator.chatmode.md
.github/chatmodes/dev.chatmode.md
.github/chatmodes/pm.chatmode.md
.github/chatmodes/po.chatmode.md
.github/chatmodes/qa.chatmode.md
.github/chatmodes/sm.chatmode.md
.github/chatmodes/ux-expert.chatmode.md
.github/workflows/ci.yml
agent_orchestrator/__init__.py
agent_orchestrator/py.typed
agent_orchestrator.egg-info/PKG-INFO
agent_orchestrator.egg-info/SOURCES.txt
agent_orchestrator.egg-info/dependency_links.txt
agent_orchestrator.egg-info/entry_points.txt
agent_orchestrator.egg-info/not-zip-safe
agent_orchestrator.egg-info/requires.txt
agent_orchestrator.egg-info/top_level.txt
agent_orchestrator/agents/claude_agent.py
agent_orchestrator/agents/factory.py
agent_orchestrator/agents/gemini_agent.py
agent_orchestrator/auth/__init__.py
agent_orchestrator/auth/login_manager.py
agent_orchestrator/cli/main.py
agent_orchestrator/config/advanced_config.py
agent_orchestrator/core/__init__.py
agent_orchestrator/core/backlog_executor.py
agent_orchestrator/core/engine.py
agent_orchestrator/core/orchestrator.py
agent_orchestrator/core/scheduler.py
agent_orchestrator/core/sprint_executor.py
agent_orchestrator/core/storage.py
agent_orchestrator/core/validator.py
agent_orchestrator/dashboard/status_dashboard.py
agent_orchestrator/integrations/__init__.py
agent_orchestrator/integrations/github_integration.py
agent_orchestrator/integrations/integration_manager.py
agent_orchestrator/integrations/jira_integration.py
agent_orchestrator/integrations/slack_integration.py
agent_orchestrator/models/__init__.py
agent_orchestrator/models/backlog.py
agent_orchestrator/models/sprint.py
agent_orchestrator/models/task.py
agent_orchestrator/models/user.py
agent_orchestrator/reporting/progress_reporter.py
agent_orchestrator/templates/project_templates.py
agent_orchestrator/utils/advanced_logger.py
agent_orchestrator/utils/logger.py
agent_orchestrator/utils/markdown_parser.py
docs/product/architecture.md
docs/product/backlog_detailed.md
docs/product/business_analysis.md
docs/product/product_management.md
docs/product/product_ownership.md
docs/product/scrum_master.md
docs/product/technical_architecture.md
examples/advanced_usage.py
examples/agent_configuration_example.md
examples/auth.py
examples/basic_usage.py
examples/broken_backlog.md
examples/config.yaml
examples/execute_single_task.py
examples/no_api_keys_example.md
examples/sample_backlog.md
examples/warnings_backlog.md
examples/reports/sprint_report_SPRINT-20250723-193711_20250723_193823.md
examples/reports/sprint_report_SPRINT-20250723-193711_20250723_194109.md
examples/reports/sprint_report_SPRINT-20250723-193711_20250723_195923.md
examples/reports/sprint_report_SPRINT-20250723-195414_20250723_195658.md
examples/reports/sprint_report_SPRINT-20250723-201452_20250723_201948.md
tests/__init__.py
tests/test_advanced_config.py
tests/test_backlog_executor.py
tests/test_integrations.py
tests/test_login_manager.py
tests/test_markdown_parser.py
tests/test_models.py