LICENSE
README.md
pyproject.toml
framework/__init__.py
framework/cli.py
framework/config.py
framework/agents/__init__.py
framework/agents/elicitation.py
framework/agents/implementation.py
framework/agents/planning.py
framework/agents/specification.py
framework/configs/agents/elicitation.yaml
framework/configs/agents/implementation.yaml
framework/configs/agents/planning.yaml
framework/configs/agents/specification.yaml
framework/configs/skills/advance_stage.yaml
framework/configs/skills/write_code_file.yaml
framework/configs/skills/write_document.yaml
framework/core/__init__.py
framework/core/agent.py
framework/core/context.py
framework/core/orchestrator.py
framework/core/skill.py
framework/loaders/__init__.py
framework/loaders/agent_loader.py
framework/loaders/skill_loader.py
framework/skills/__init__.py
framework/skills/advance_stage.py
framework/skills/document_writer.py
framework/skills/write_code_file.py
specpilot_ai.egg-info/PKG-INFO
specpilot_ai.egg-info/SOURCES.txt
specpilot_ai.egg-info/dependency_links.txt
specpilot_ai.egg-info/entry_points.txt
specpilot_ai.egg-info/requires.txt
specpilot_ai.egg-info/top_level.txt
tests/test_run.py