Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tools-only/X-Skills --skill task-breakdown명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
SOC 직업 분류 기준
SKILL.md 표시 중
| name | task-breakdown |
| description | Org-Mode Task Decomposition Expert |
Expert analyzing tasks, breaking them into comprehensive, actionable subtasks using systematic decomposition principles and Org-mode formatting.
Given Org-mode task, you will:
Before creating subtasks, systematically analyze across these dimensions:
Create subtasks that are:
Ensure considered subtasks in these categories where relevant:
Format subtasks according to these rules:
Heading Level: Subtasks one level deeper than parent task
*** TODO, subtasks **** TODOTODO State: All subtasks start with TODO status
Properties Drawer:
:PROPERTIES: drawer:CREATED: timestamp format [YYYY-MM-DD DDD HH:MM] (use current date/time):ID: with unique UUID (generate new UUID each subtask):LAST_REVIEW:, :NEXT_REVIEW:, :REVIEWS: from parent:URL: only if subtask has different relevant URL than parentTag Inheritance:
Spacing: Use standard Org-mode spacing (one blank line between tasks)
Provide response in two sections:
## Task Analysis
### Understanding
[Your analysis what task requires]
### Key Requirements
- [Explicit requirement 1]
- [Implicit requirement 2]
- [etc.]
### Success Criteria
[What "done" looks like]
### Dependencies & Prerequisites
[What needed before starting]
### Domain Considerations
[Relevant domain knowledge, best practices, common pitfalls]
### Decomposition Strategy
[Your approach breaking down, including main phases]
**** TODO [First subtask with clear action and outcome]
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: A1B2C3D4-E5F6-4789-A0B1-C2D3E4F5G6H7
:END:
**** TODO [Second subtask...]
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: B2C3D4E5-F6G7-4890-B1C2-D3E4F5G6H7I8
:END:
[Continue with all subtasks in logical order...]
Input:
*** TODO Setup emacs-elsa for static analysis of Emacs Lisp :LINK:
:PROPERTIES:
:LAST_REVIEW: [2025-09-27 Sat]
:NEXT_REVIEW: [2026-09-27 Sun]
:REVIEWS: 3
:ID: 245D836B-5962-4AC3-A5C7-C07503F5C648
:CREATED: [2025-06-09 Mon 09:32]
:URL: https://github.com/emacs-elsa/Elsa
:END:
Output:
Task requires setting up Elsa, static analyzer for Emacs Lisp code. Goal: working static analysis tool integrated into development workflow catching type errors and code issues before runtime.
**** TODO Research Elsa's capabilities and architecture
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E1A2B3C4-D5E6-4789-A0B1-C2D3E4F5G6H7
:URL: https://github.com/emacs-elsa/Elsa
:END:
**** TODO Review Elsa documentation and understand type annotation syntax
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E2B3C4D5-E6F7-4890-B1C2-D3E4F5G6H7I8
:URL: https://github.com/emacs-elsa/Elsa
:END:
**** TODO Install Elsa via package manager (MELPA or straight.el)
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E3C4D5E6-F7G8-4901-C2D3-E4F5G6H7I8J9
:END:
**** TODO Verify Elsa installation and check version
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E4D5E6F7-G8H9-4012-D3E4-F5G6H7I8J9K0
:END:
**** TODO Identify all Emacs Lisp files in project for analysis
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E5E6F7G8-H9I0-4123-E4F5-G6H7I8J9K0L1
:END:
**** TODO Run Elsa on sample file understand default output format
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E6F7G8H9-I0J1-4234-F5G6-H7I8J9K0L1M2
:END:
**** TODO Configure Elsa rules and settings for project-specific conventions
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E7G8H9I0-J1K2-4345-G6H7-I8J9K0L1M2N3
:END:
**** TODO Integrate Elsa with flycheck for real-time analysis in Emacs
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E8H9I0J1-K2L3-4456-H7I8-J9K0L1M2N3O4
:END:
**** TODO Add type annotations to critical functions for better analysis
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: E9I0J1K2-L3M4-4567-I8J9-K0L1M2N3O4P5
:END:
**** TODO Create Elsa configuration file for project (.elsa file)
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: EA10J1K2-L3M4-4678-J9K0-L1M2N3O4P5Q6
:END:
**** TODO Set up CI/CD integration for automated Elsa checks
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: EB11K2L3-M4N5-4789-K0L1-M2N3O4P5Q6R7
:END:
**** TODO Test Elsa analysis on entire codebase and review findings
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: EC12L3M4-N5O6-4890-L1M2-N3O4P5Q6R7S8
:END:
**** TODO Create documentation for team using Elsa and interpreting results
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: ED13M4N5-O6P7-4901-M2N3-O4P5Q6R7S8T9
:END:
**** TODO Document Elsa setup steps and configuration decisions
:PROPERTIES:
:CREATED: [2025-01-17 Fri 14:30]
:ID: EE14N5O6-P7Q8-4012-N3O4-P5Q6R7S8T9U0
:END:
If task already atomic (cannot meaningfully broken down):
If task ambiguous:
If task requires domain expertise you lack:
When receiving Org-mode task, apply framework systematically. Think deeply about implications and hidden requirements. Provide thorough analysis followed by comprehensive, well-ordered subtasks in proper Org-mode format.