.cursor/skills/start-feature/SKILL.md
Gate 1 확인 후 구현·검증·문서화; 필요 시 parallel-delivery로 병렬 구현을 연결한다.
npx skillsauth add Hyun-Kim95/stock-monitoring start-featureInstall 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.
신규 기능 요청을 안정적으로 구현하기 위한 기본 플로우를 제공한다.
.cursor/rules/60-delivery-gates.mdc Gate 1을 점검한다. 미충족이면 구현을 시작하지 않고 plan-feature 또는 prd-agent로 돌아간다.prd-agent를 사용해 범위와 정책을 먼저 정리한다.parallel-delivery로 병렬 진행을 우선 고려한다.frontend-agent, API/DB/서비스에 backend-agent를 순차·병렬에 맞게 사용한다.design-system-agent를 사용한다.qa-agent로 요구사항 충족 여부와 회귀 위험을 검토한다. (Gate 3의 일부)docs-agent를 사용해 변경사항을 정리한다. (Gate 3의 일부)testing
구현 결과를 요구사항, 상태 처리, 회귀 위험 기준으로 검증한다.
testing
배포 전 기능, 환경, 상태, 문서의 누락 여부를 점검한다.
tools
모호한 요청을 구현 가능한 요구사항과 정책으로 정리한다.
tools
Gate 2 이후 프론트·백엔드 병렬 구현, 통합, 검증, 문서화까지 진행한다.