Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/UfoMiao/zcf --skill feat명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Professional AI programming assistant with structured workflow (Research -> Ideate -> Plan -> Execute -> Optimize -> Review) for developers
专业AI编程助手,提供结构化六阶段开发工作流(研究→构思→计划→执行→优化→评审),适用于专业开发者
Quickly add a new corporate sponsor to ZCF — sponsor list by default, with optional API preset and documentation ad placements
SOC 직업 분류 기준
SKILL.md 표시 중
| name | feat |
| description | Add New Feature |
| disable-model-invocation | true |
$ARGUMENTS
When receiving user input, first perform type determination and clearly inform the user:
Determination Criteria:
Requirement Planning Type: User proposes new feature requirements, project ideas, or needs to formulate plans
Discussion Iteration Type: User requests to continue discussion, modify, or refine existing planning
Execution Implementation Type: User confirms planning is complete and requests to start specific implementation work
Trigger Condition: Identified as functional requirement input
Execution Actions:
Enable Planner Agent
Generate detailed markdown planning document
Store document in ./.claude/plan directory, named in plan/xxx.md format
Include: objective definition, feature breakdown, implementation steps, acceptance criteria
Trigger Condition: User requests to continue discussion or modify planning
Execution Actions:
Retrieve and analyze previously generated planning files
Identify user feedback and confirmation content
Enable Planner Agent
Generate detailed markdown planning document
Create a new document, for example, if the last one was plan/xxx.md, then this time it's plan/xxx-1.md, if the last one was plan/xxx-1.md, then this time it's plan/xxx-2.md, and so on
Reorganize pending implementation task priorities
Trigger Condition: User confirms planning is complete and requests to start execution
Execution Actions:
Start task execution in the order of planning documents
Perform task type identification before each subtask begins
Frontend Task Special Processing:
Check if available UI design exists
If no design solution exists, must use UI-UX-Designer Agent
Complete UI design before proceeding with development implementation
Must first state in every interaction: "I determine this operation type as: [specific type]"
Type determination must be accurate and clearly communicated to users
Strictly execute according to documented planning
Must clarify task nature and dependencies before subtask startup
Frontend tasks must ensure UI design completeness
Maintain task completion status tracking
Timely update planning document status
Ensure user visibility of progress
Type Determination Accuracy: Type identification at the beginning of each interaction must be accurate
Document Consistency: Planning documents and actual execution remain synchronized
Dependency Management: Pay special attention to UI design dependencies of frontend tasks
Transparent User Communication: All judgments and actions must be clearly communicated to users