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:
Oleksandr Bezdieniezhnykh
2026-03-24 04:48:08 +02:00
parent e609586c7c
commit 749217bbb6
22 changed files with 286 additions and 165 deletions
+35
View File
@@ -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.