mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 09:26:32 +00:00
Update project structure and documentation: Add new entries to .gitignore for standalone outputs and MCP config, delete obsolete design_skill.md file, and revise README and various skills to reflect updated workflow steps, including UI design and performance testing. Adjust paths in retrospective and metrics documentation to align with new directory structure.
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
# 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` | 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.
|
||||
Reference in New Issue
Block a user