manifests/code-programming/skills/lifecycle-orchestrator/SKILL.md
Orchestrates the full software engineering lifecycle — research, design, implement, test, deploy, maintain — dispatching domain-specific subagents and skills at each phase. Integrates with code-programming manifest rules.
npx skillsauth add rinbarpen/vibe-coding lifecycle-orchestratorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Dispatch agents and skills at each phase of the engineering lifecycle.
| Phase | Agent/Skill | Action |
|-------|-------------|--------|
| Research | lang-select command | Choose language and approach |
| Design | code-architect agent | Design architecture, create plan |
| Implement | tdd-guide agent | TDD loop, per-language tooling |
| Test | Language-specific reviewer | Review, security check |
| Deploy | deployment-patterns skill | CI/CD, containerization |
| Maintain | refactor-cleaner agent | Tech debt, dead code removal |
| Phase | Gate | Tool |
|-------|------|------|
| Research | Language selected, rationale documented | references/language-specs/ |
| Design | Plan written, approved | .cursor/plans/ |
| Implement | Tests pass, lint clean, coverage >= 80% | Language-specific tools |
| Test | Reviewer approved | Language-specific reviewer agent |
| Deploy | CI green, rollback tested | deploy-check command |
| Maintain | Docs current, debt tracked | CLAUDE.md audit |
testing
UI testing knowledge and patterns for AI-assisted testing workflows
tools
ppt-master 集成技能。覆盖演示文稿初始化、幻灯片母版管理、主题应用、模板继承链与多格式导出。
development
python-pptx 幻灯片内容构建技能。覆盖幻灯片创建、内容填充(文本/表格/图表/图片)、样式应用与演讲者备注生成。
tools
openpyxl 图表创建与格式化技能。覆盖图表类型选择、坐标轴配置、系列管理、调色板与条件格式化。