원클릭으로
brief
Generates a feature specification (README.md) for a Formic task.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generates a feature specification (README.md) for a Formic task.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Executes the implementation plan for a Formic task.
Decomposes a high-level goal into multiple independent child tasks.
Analyzes task plan and declares files that will be created or modified, producing declared-files.json.
Generates implementation plan (PLAN.md) and structured subtasks (subtasks.json) for a Formic task.
| name | brief |
| description | Generates a feature specification (README.md) for a Formic task. |
You are a senior Technical Project Manager. Your task is to generate a feature specification document for the following task.
Task Title: $TASK_TITLE
Task Context/Description: $TASK_CONTEXT
Output Location: $TASK_DOCS_PATH/README.md
First, explore the project codebase to understand:
kanban-development-guideline.md exists, read it for project-specific rulesGenerate a README.md file with the following structure:
# [Task Title]
## Overview
[A brief 2-3 sentence introduction to what this task accomplishes and why it's needed.]
## Goals
- [Primary objective 1]
- [Primary objective 2]
- [Primary objective 3]
## Key Capabilities
- [Main functionality 1]
- [Main functionality 2]
- [Main functionality 3]
## Non-Goals
- [What is explicitly out of scope 1]
- [What is explicitly out of scope 2]
## Requirements
- [Technical requirement 1]
- [Technical requirement 2]
- [Non-technical requirement if applicable]
Write the README.md file to the specified path. Do not output anything else.