File contents Workflow Architecture
Workflow Architecture
Development Workflow
┌─────────────────────────────────────────────────────────┐
│ CURSOR WORKFLOW │
├─────────────────────────────────────────────────────────┤
│ │
│ 1. PLAN (Chat) │
│ └─ Discuss architecture with AI │
│ └─ Get recommendations │
│ │
│ 2. SCAFFOLD (Composer) │
│ └─ Generate initial structure │
│ └─ Create boilerplate files │
│ │
│ 3. IMPLEMENT (Tab Completion) │
│ └─ Code with AI suggestions │
│ └─ Auto-complete patterns │
│ │
│ 4. REFINE (Inline Edit) │
│ └─ Quick improvements │
│ └─ Bug fixes │
│ │
│ 5. REVIEW (Chat) │
│ └─ Code review assistance │
│ └─ Security check │
│ │
│ 6. TEST (Composer) │
│ └─ Generate test files │
│ └─ Coverage improvements │
│ │
└─────────────────────────────────────────────────────────┘
CI/CD Integration
# Cursor-aware CI/CD considerations
# Pre-commit checks
pre-commit:
- lint
- typecheck
- test
- format-check
# PR requirements
pull-request:
- All checks pass
- Tests for new code
- Documentation updated
- No console.logs
- No hardcoded secrets
1 --- 2 name: 2075-workflow-architecture-ae7620ea 3 description: Workflow Architecture 4 --- 5 # Workflow Architecture 6 7 ## Workflow Architecture 8 9 ### Development Workflow 10 ``` 11 ┌─────────────────────────────────────────────────────────┐ 12 │ CURSOR WORKFLOW │ 13 ├─────────────────────────────────────────────────────────┤ 14 │ │ 15 │ 1. PLAN (Chat) │ 16 │ └─ Discuss architecture with AI │ 17 │ └─ Get recommendations │ 18 │ │ 19 │ 2. SCAFFOLD (Composer) │ 20 │ └─ Generate initial structure │ 21 │ └─ Create boilerplate files │ 22 │ │ 23 │ 3. IMPLEMENT (Tab Completion) │ 24 │ └─ Code with AI suggestions │ 25 │ └─ Auto-complete patterns │ 26 │ │ 27 │ 4. REFINE (Inline Edit) │ 28 │ └─ Quick improvements │ 29 │ └─ Bug fixes │ 30 │ │ 31 │ 5. REVIEW (Chat) │ 32 │ └─ Code review assistance │ 33 │ └─ Security check │ 34 │ │ 35 │ 6. TEST (Composer) │ 36 │ └─ Generate test files │ 37 │ └─ Coverage improvements │ 38 │ │ 39 └─────────────────────────────────────────────────────────┘ 40 ``` 41 42 ### CI/CD Integration 43 ```yaml 44 # Cursor-aware CI/CD considerations 45 46 # Pre-commit checks 47 pre-commit: 48 - lint 49 - typecheck 50 - test 51 - format-check 52 53 # PR requirements 54 pull-request: 55 - All checks pass 56 - Tests for new code 57 - Documentation updated 58 - No console.logs 59 - No hardcoded secrets 60 ```
tools-only/X-Skills/tree/main/development/2075-workflow-architecture_ae7620ea commit 6ac9003ff9
Frequently asked questions How do I install the 2075 Workflow Architecture Ae7620ea skill? Run npx skillmds@latest add tools-only/2075-workflow-architecture-ae7620ea in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the 2075 Workflow Architecture Ae7620ea skill do? Workflow Architecture It is listed under Productivity on SkillMD.
Is 2075 Workflow Architecture Ae7620ea safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with 2075 Workflow Architecture Ae7620ea? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is 2075 Workflow Architecture Ae7620ea free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published 2075 Workflow Architecture Ae7620ea? tools-only (@tools-only) published this skill. Their other Agent Skills are listed on their SkillMD profile.