Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GITHUB_REPO | Yes | GitHub repository name | |
AI_PRD_MODEL | No | AI model to use for PRD generation | claude-3-5-sonnet-20241022 |
GITHUB_OWNER | Yes | GitHub repository owner (username or organization) | |
GITHUB_TOKEN | Yes | GitHub personal access token with repo, project, and write:org permissions | |
AI_MAIN_MODEL | No | Main AI model to use | claude-3-5-sonnet-20241022 |
GOOGLE_API_KEY | No | Google API key for Gemini AI provider | |
OPENAI_API_KEY | No | OpenAI API key for GPT AI provider | |
AI_FALLBACK_MODEL | No | Fallback AI model to use if primary is unavailable | gpt-4o |
AI_RESEARCH_MODEL | No | AI model to use for research tasks | perplexity-llama-3.1-sonar-large-128k-online |
ANTHROPIC_API_KEY | No | Anthropic API key for Claude AI provider | |
MAX_SUBTASK_DEPTH | No | Maximum depth for subtask generation | 3 |
MAX_TASKS_PER_PRD | No | Maximum number of tasks to generate from a PRD | 50 |
PERPLEXITY_API_KEY | No | Perplexity API key for research and analysis tasks | |
AUTO_CREATE_LIFECYCLE | No | Automatically create lifecycle tracking | true |
AUTO_EFFORT_ESTIMATION | No | Automatically estimate effort for tasks | true |
ENHANCED_CONTEXT_LEVEL | No | Level of enhanced context generation (minimal, standard, full) | standard |
AUTO_GENERATE_USE_CASES | No | Automatically generate use cases | true |
AUTO_CREATE_TRACEABILITY | No | Automatically create traceability links | true |
ENHANCED_TASK_GENERATION | No | Enable enhanced task generation | true |
INCLUDE_BUSINESS_CONTEXT | No | Include business context in enhanced task generation | false |
AUTO_DEPENDENCY_DETECTION | No | Automatically detect task dependencies | true |
INCLUDE_TECHNICAL_CONTEXT | No | Include technical context in enhanced task generation | false |
DEFAULT_COMPLEXITY_THRESHOLD | No | Default complexity threshold for tasks | 7 |
INCLUDE_IMPLEMENTATION_GUIDANCE | No | Include implementation guidance in enhanced task generation | false |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |