Files
detections/AGENTS.md
T

36 lines
1.2 KiB
Markdown

# Agents
This project uses an automated agentic development system configured in `.cursor/`.
## Quick Start
Type `/autopilot` to start or continue the full workflow. The orchestrator detects project state and picks up from there.
## System Overview
See [.cursor/README.md](.cursor/README.md) for the full documentation, including:
- Available skills and their trigger commands
- Workflow stages (BUILD → SHIP → EVOLVE)
- `_docs/` folder structure
- Subagent architecture
## Key Commands
| Command | What it does |
|---------|-------------|
| `/autopilot`, `/auto` | Full guided workflow (problem → deploy) |
| `/problem` | Interactive problem gathering |
| `/research` | Deep research methodology |
| `/plan` | Architecture and component planning |
| `/decompose` | Atomic task decomposition |
| `/implement` | Batched parallel implementation |
| `/deploy` | Containerization, CI/CD, observability |
## Rules
Coding conventions, git workflow, quality gates, and technology preferences are defined in `.cursor/rules/`. These are automatically applied based on file type or context.
## MCP Servers
This project integrates with Jira or Azure DevOps for work item tracking. Copy `.cursor/mcp.json.example` to `.cursor/mcp.json` and fill in your credentials.