source/skills/implementation-workflow/SKILL.md
--- name: implementation-workflow description: Six-phase implementation method for complex work: requirements, architecture, strategy, QA, security, optimization. Use for multi-step features, refactors, or high-risk changes that need structured planning and verification. --- # Implementation Workflow This document outlines the systematic approach for implementing complex technical solutions. ## Implementation Methodology ### 1. Requirements Analysis **Deep understanding of technical specific
npx skillsauth add scruffydan/AI-Agents source/skills/implementation-workflowInstall 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.
This document outlines the systematic approach for implementing complex technical solutions.
Deep understanding of technical specifications and acceptance criteria
Component design, data flow, and integration patterns
Phased development approach with incremental delivery
Testing, code review, and performance validation
Vulnerability assessment and security best practices implementation
For automated security review, invoke the @code-security agent with target files.
For manual review, verify:
Performance tuning and resource efficiency improvements
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
data-ai
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
development
How to use @docs-fetcher to pull current, targeted external documentation (APIs, SDKs, configs, errors, version changes). Use when you need authoritative docs or examples instead of relying on memory.
development
How and when to invoke code review agents (@code-security, @code-readability, @code-performance, @code-redundancy, @code-simplifier, @code-full-review). Use before major PRs, audits, refactors, or whenever targeted review feedback is needed.