x-ipe 1.0.23__py3-none-any.whl → 1.0.25__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- x_ipe/app.py +32 -1
- x_ipe/handlers/terminal_handlers.py +6 -0
- x_ipe/handlers/voice_handlers.py +5 -0
- x_ipe/resources/copilot-instructions.md +19 -6
- x_ipe/resources/skills/lesson-learned/SKILL.md +208 -0
- x_ipe/resources/skills/lesson-learned/references/examples.md +238 -0
- x_ipe/resources/skills/project-quality-board-management/SKILL.md +135 -298
- x_ipe/resources/skills/project-quality-board-management/references/evaluation-principles.md +213 -0
- x_ipe/resources/skills/project-quality-board-management/references/evaluation-procedures.md +214 -0
- x_ipe/resources/skills/project-quality-board-management/templates/quality-report.md +70 -18
- x_ipe/resources/skills/task-execution-guideline/SKILL.md +2 -2
- x_ipe/resources/skills/task-execution-guideline/templates/task-record.yaml +1 -1
- x_ipe/resources/skills/task-type-code-implementation/SKILL.md +72 -270
- x_ipe/resources/skills/task-type-code-implementation/references/implementation-guidelines.md +432 -0
- x_ipe/resources/skills/task-type-code-refactor-v2/SKILL.md +127 -353
- x_ipe/resources/skills/task-type-code-refactor-v2/references/refactoring-techniques.md +373 -0
- x_ipe/resources/skills/task-type-feature-breakdown/SKILL.md +31 -243
- x_ipe/resources/skills/task-type-feature-breakdown/references/breakdown-guidelines.md +330 -0
- x_ipe/resources/skills/task-type-feature-refinement/SKILL.md +27 -180
- x_ipe/resources/skills/task-type-feature-refinement/references/specification-writing-guide.md +267 -0
- x_ipe/resources/skills/task-type-idea-mockup/SKILL.md +38 -276
- x_ipe/resources/skills/task-type-idea-mockup/references/mockup-guidelines.md +299 -0
- x_ipe/resources/skills/task-type-idea-to-architecture/SKILL.md +20 -218
- x_ipe/resources/skills/task-type-idea-to-architecture/references/architecture-patterns.md +342 -0
- x_ipe/resources/skills/task-type-ideation/SKILL.md +10 -266
- x_ipe/resources/skills/task-type-ideation/references/folder-naming-guide.md +55 -0
- x_ipe/resources/skills/task-type-ideation/references/tool-usage-guide.md +236 -0
- x_ipe/resources/skills/task-type-ideation-v2/SKILL.md +488 -0
- x_ipe/resources/skills/task-type-ideation-v2/references/examples.md +377 -0
- x_ipe/resources/skills/task-type-ideation-v2/references/folder-naming-guide.md +74 -0
- x_ipe/resources/skills/task-type-ideation-v2/references/tool-usage-guide.md +145 -0
- x_ipe/resources/skills/task-type-ideation-v2/references/visualization-guide.md +160 -0
- x_ipe/resources/skills/task-type-ideation-v2/templates/idea-summary.md +86 -0
- x_ipe/resources/skills/task-type-refactoring-analysis/SKILL.md +83 -145
- x_ipe/resources/skills/task-type-refactoring-analysis/references/output-schema.md +172 -0
- x_ipe/resources/skills/task-type-technical-design/SKILL.md +28 -214
- x_ipe/resources/skills/task-type-technical-design/references/design-templates.md +422 -0
- x_ipe/resources/skills/task-type-test-generation/SKILL.md +47 -332
- x_ipe/resources/skills/task-type-test-generation/references/test-patterns.md +368 -0
- x_ipe/resources/skills/tool-tracing-creator/SKILL.md +312 -0
- x_ipe/resources/skills/tool-tracing-creator/references/examples.md +324 -0
- x_ipe/resources/skills/tool-tracing-instrumentation/SKILL.md +373 -0
- x_ipe/resources/skills/tool-tracing-instrumentation/references/examples.md +264 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/SKILL.md +486 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/references/10. example-gate-conditions.md +73 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/references/11. reference-quality-standards.md +127 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/references/2. reference-section-order.md +127 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/references/3. example-step-based-code-review.md +84 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/references/4. example-step-based-feature-implementation.md +113 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/references/5. example-function-based-validation.md +73 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/references/6. example-function-based-analysis.md +94 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/references/7. example-task-io-code-implementation.md +36 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/references/8. example-structured-summary.md +43 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/references/9. example-dor-dod.md +77 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/references/examples.md +429 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/references/skill-general-guidelines-v2.md +611 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/templates/skill-meta-x-ipe-meta.md +153 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/templates/skill-meta-x-ipe-task-based.md +324 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/templates/skill-meta-x-ipe-task-category.md +109 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/templates/skill-meta-x-ipe-tool.md +205 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/templates/x-ipe-meta.md +334 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/templates/x-ipe-task-based.md +279 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/templates/x-ipe-tool.md +175 -0
- x_ipe/resources/skills/x-ipe-skill-creator-v3/templates/x-ipe-workflow-orchestration.md +329 -0
- x_ipe/resources/skills/x-ipe-task-based-ideation/SKILL.md +487 -0
- x_ipe/resources/skills/x-ipe-task-based-ideation/references/examples.md +377 -0
- x_ipe/resources/skills/x-ipe-task-based-ideation/references/folder-naming-guide.md +74 -0
- x_ipe/resources/skills/x-ipe-task-based-ideation/references/tool-usage-guide.md +145 -0
- x_ipe/resources/skills/x-ipe-task-based-ideation/references/visualization-guide.md +160 -0
- x_ipe/resources/skills/x-ipe-task-based-ideation/templates/idea-summary.md +86 -0
- x_ipe/routes/__init__.py +2 -0
- x_ipe/routes/ideas_routes.py +289 -0
- x_ipe/routes/kb_routes.py +80 -0
- x_ipe/routes/main_routes.py +18 -0
- x_ipe/routes/project_routes.py +7 -0
- x_ipe/routes/proxy_routes.py +10 -2
- x_ipe/routes/quality_evaluation_routes.py +193 -0
- x_ipe/routes/settings_routes.py +6 -0
- x_ipe/routes/tools_routes.py +6 -0
- x_ipe/routes/tracing_routes.py +232 -0
- x_ipe/routes/uiux_feedback_routes.py +50 -0
- x_ipe/services/__init__.py +5 -0
- x_ipe/services/config_service.py +6 -0
- x_ipe/services/file_service.py +20 -0
- x_ipe/services/homepage_service.py +160 -0
- x_ipe/services/ideas_service.py +535 -2
- x_ipe/services/kb_service.py +378 -0
- x_ipe/services/proxy_service.py +37 -7
- x_ipe/services/settings_service.py +13 -0
- x_ipe/services/skills_service.py +4 -0
- x_ipe/services/terminal_service.py +24 -0
- x_ipe/services/themes_service.py +4 -0
- x_ipe/services/tools_config_service.py +4 -0
- x_ipe/services/tracing_service.py +333 -0
- x_ipe/services/uiux_feedback_service.py +148 -1
- x_ipe/services/voice_input_service_v2.py +11 -0
- x_ipe/static/css/base.css +7 -0
- x_ipe/static/css/homepage-infinity.css +330 -0
- x_ipe/static/css/kb-core.css +301 -0
- x_ipe/static/css/quality-evaluation.css +345 -0
- x_ipe/static/css/sidebar.css +14 -4
- x_ipe/static/css/terminal.css +23 -0
- x_ipe/static/css/tracing-dashboard.css +796 -0
- x_ipe/static/css/uiux-feedback.css +7 -1
- x_ipe/static/css/workplace.css +636 -0
- x_ipe/static/img/homepage-infinity-loop.png +0 -0
- x_ipe/static/js/features/confirm-dialog.js +169 -0
- x_ipe/static/js/features/folder-view.js +742 -0
- x_ipe/static/js/features/homepage-infinity.js +314 -0
- x_ipe/static/js/features/kb-core.js +371 -0
- x_ipe/static/js/features/quality-evaluation.js +387 -0
- x_ipe/static/js/features/sidebar.js +255 -12
- x_ipe/static/js/features/tracing-dashboard.js +855 -0
- x_ipe/static/js/features/tracing-graph.js +1031 -0
- x_ipe/static/js/features/tree-drag.js +227 -0
- x_ipe/static/js/features/tree-search.js +228 -0
- x_ipe/static/js/features/workplace.js +661 -33
- x_ipe/static/js/init.js +76 -0
- x_ipe/static/js/terminal-v2.js +45 -14
- x_ipe/static/js/terminal.js +50 -49
- x_ipe/static/js/uiux-feedback.js +75 -16
- x_ipe/templates/base.html +24 -0
- x_ipe/templates/index.html +10 -1
- x_ipe/templates/knowledge-base.html +110 -0
- x_ipe/templates/workplace.html +4 -0
- x_ipe/tracing/__init__.py +37 -0
- x_ipe/tracing/buffer.py +135 -0
- x_ipe/tracing/context.py +125 -0
- x_ipe/tracing/decorator.py +288 -0
- x_ipe/tracing/middleware.py +197 -0
- x_ipe/tracing/parser.py +235 -0
- x_ipe/tracing/redactor.py +111 -0
- x_ipe/tracing/writer.py +122 -0
- {x_ipe-1.0.23.dist-info → x_ipe-1.0.25.dist-info}/METADATA +2 -2
- {x_ipe-1.0.23.dist-info → x_ipe-1.0.25.dist-info}/RECORD +138 -65
- x_ipe/app.py.bak +0 -1333
- x_ipe/resources/skills/x-ipe-skill-creator/SKILL.md +0 -329
- x_ipe/resources/skills/x-ipe-skill-creator/references/output-patterns.md +0 -169
- x_ipe/resources/skills/x-ipe-skill-creator/references/skill-structure.md +0 -162
- x_ipe/resources/skills/x-ipe-skill-creator/references/workflows.md +0 -110
- x_ipe/resources/skills/x-ipe-skill-creator/templates/references/examples.md +0 -113
- x_ipe/resources/skills/x-ipe-skill-creator/templates/skill-category-skill.md +0 -296
- x_ipe/resources/skills/x-ipe-skill-creator/templates/task-type-skill.md +0 -269
- {x_ipe-1.0.23.dist-info → x_ipe-1.0.25.dist-info}/WHEEL +0 -0
- {x_ipe-1.0.23.dist-info → x_ipe-1.0.25.dist-info}/entry_points.txt +0 -0
- {x_ipe-1.0.23.dist-info → x_ipe-1.0.25.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
# Task Type Skill Template
|
|
2
|
+
|
|
3
|
+
Use this template when creating a new task type skill. Follow v2 guidelines format.
|
|
4
|
+
|
|
5
|
+
**Section Order (Cognitive Flow):**
|
|
6
|
+
1. CONTEXT: Purpose → Important Notes
|
|
7
|
+
2. DECISION: Input Parameters → Definition of Ready
|
|
8
|
+
3. ACTION: Execution Flow Summary → Execution Procedure
|
|
9
|
+
4. VERIFY: Output Result → Definition of Done
|
|
10
|
+
5. REFERENCE: Patterns & Anti-Patterns → Examples
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
```markdown
|
|
15
|
+
---
|
|
16
|
+
name: x-ipe-task-based-{skill-name}
|
|
17
|
+
description: {Brief description of what this task type does}. Use when {trigger conditions}. Triggers on requests like "{trigger 1}", "{trigger 2}".
|
|
18
|
+
---
|
|
19
|
+
|
|
20
|
+
# Task Type: {Skill Name}
|
|
21
|
+
|
|
22
|
+
## Purpose
|
|
23
|
+
|
|
24
|
+
{Brief description of what this task type accomplishes} by:
|
|
25
|
+
1. {Step 1}
|
|
26
|
+
2. {Step 2}
|
|
27
|
+
3. {Step 3}
|
|
28
|
+
4. {Step 4}
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
## Important Notes
|
|
33
|
+
|
|
34
|
+
BLOCKING: Learn `task-execution-guideline` skill before executing this skill.
|
|
35
|
+
|
|
36
|
+
**Note:** If Agent does not have skill capability, go to `.github/skills/` folder to learn skills. SKILL.md is the entry point.
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## Input Parameters
|
|
41
|
+
|
|
42
|
+
```yaml
|
|
43
|
+
input:
|
|
44
|
+
# Task attributes (from task board)
|
|
45
|
+
task_id: "{TASK-XXX}"
|
|
46
|
+
task_type: "{task_type}"
|
|
47
|
+
|
|
48
|
+
# Task type attributes
|
|
49
|
+
category: "{standalone | feature-stage | requirement-stage | ideation-stage}"
|
|
50
|
+
next_task_type: "{Next Task Type | null}"
|
|
51
|
+
require_human_review: "{yes | no}"
|
|
52
|
+
|
|
53
|
+
# Required inputs
|
|
54
|
+
auto_proceed: false
|
|
55
|
+
{input_1}: "{default_value}"
|
|
56
|
+
{input_2}: "{default_value}"
|
|
57
|
+
|
|
58
|
+
# Context (from previous task or project)
|
|
59
|
+
{context_attr}: "{value_or_path}"
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
---
|
|
63
|
+
|
|
64
|
+
## Definition of Ready
|
|
65
|
+
|
|
66
|
+
```xml
|
|
67
|
+
<definition_of_ready>
|
|
68
|
+
<checkpoint required="true">
|
|
69
|
+
<name>{Prerequisite 1}</name>
|
|
70
|
+
<verification>{How to verify}</verification>
|
|
71
|
+
</checkpoint>
|
|
72
|
+
<checkpoint required="true">
|
|
73
|
+
<name>{Prerequisite 2}</name>
|
|
74
|
+
<verification>{How to verify}</verification>
|
|
75
|
+
</checkpoint>
|
|
76
|
+
<checkpoint required="recommended">
|
|
77
|
+
<name>{Optional Prerequisite}</name>
|
|
78
|
+
<verification>{How to verify}</verification>
|
|
79
|
+
</checkpoint>
|
|
80
|
+
</definition_of_ready>
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## Execution Flow
|
|
86
|
+
|
|
87
|
+
| Step | Name | Action | Gate |
|
|
88
|
+
|------|------|--------|------|
|
|
89
|
+
| 1 | {Step Name} | {Brief action} | {gate condition} |
|
|
90
|
+
| 2 | {Step Name} | {Brief action} | {gate condition} |
|
|
91
|
+
| 3 | {Step Name} | {Brief action} | {gate condition} |
|
|
92
|
+
| 4 | Complete | Verify DoD | DoD validated |
|
|
93
|
+
|
|
94
|
+
BLOCKING: {Rule that must not be skipped}
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## Execution Procedure
|
|
99
|
+
|
|
100
|
+
```xml
|
|
101
|
+
<procedure name="{skill-name}">
|
|
102
|
+
<!-- CRITICAL: Both DoR/DoD check elements below are MANDATORY -->
|
|
103
|
+
<execute_dor_checks_before_starting/>
|
|
104
|
+
<schedule_dod_checks_with_sub_agent_before_starting/>
|
|
105
|
+
|
|
106
|
+
<step_1>
|
|
107
|
+
<name>{Step Name}</name>
|
|
108
|
+
<action>
|
|
109
|
+
1. {Sub-action 1}
|
|
110
|
+
2. {Sub-action 2}
|
|
111
|
+
3. {Sub-action 3}
|
|
112
|
+
</action>
|
|
113
|
+
<constraints>
|
|
114
|
+
- BLOCKING: {Must not violate}
|
|
115
|
+
- CRITICAL: {Important consideration}
|
|
116
|
+
</constraints>
|
|
117
|
+
<output>{What this step produces}</output>
|
|
118
|
+
</step_1>
|
|
119
|
+
|
|
120
|
+
<step_2>
|
|
121
|
+
<name>{Step Name}</name>
|
|
122
|
+
<action>
|
|
123
|
+
1. {Sub-action 1}
|
|
124
|
+
2. {Sub-action 2}
|
|
125
|
+
</action>
|
|
126
|
+
<branch>
|
|
127
|
+
IF: {condition}
|
|
128
|
+
THEN: {action if true}
|
|
129
|
+
ELSE: {action if false}
|
|
130
|
+
</branch>
|
|
131
|
+
<output>{What this step produces}</output>
|
|
132
|
+
</step_2>
|
|
133
|
+
|
|
134
|
+
<step_3>
|
|
135
|
+
<name>{Step Name}</name>
|
|
136
|
+
<action>
|
|
137
|
+
1. {Sub-action 1}
|
|
138
|
+
2. {Sub-action 2}
|
|
139
|
+
</action>
|
|
140
|
+
<success_criteria>
|
|
141
|
+
- {Criterion 1}
|
|
142
|
+
- {Criterion 2}
|
|
143
|
+
</success_criteria>
|
|
144
|
+
<output>{What this step produces}</output>
|
|
145
|
+
</step_3>
|
|
146
|
+
|
|
147
|
+
</procedure>
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
## Output Result
|
|
153
|
+
|
|
154
|
+
```yaml
|
|
155
|
+
task_completion_output:
|
|
156
|
+
category: "{standalone | feature-stage | requirement-stage | ideation-stage}"
|
|
157
|
+
status: completed | blocked
|
|
158
|
+
next_task_type: "{Next Task Type}"
|
|
159
|
+
require_human_review: "{yes | no}"
|
|
160
|
+
task_output_links:
|
|
161
|
+
- "{output_file_path_1}"
|
|
162
|
+
- "{output_file_path_2}"
|
|
163
|
+
# Dynamic attributes
|
|
164
|
+
{dynamic_attr_1}: "{value}"
|
|
165
|
+
{dynamic_attr_2}: "{value}"
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
## Definition of Done
|
|
171
|
+
|
|
172
|
+
CRITICAL: Use a sub-agent to validate DoD checkpoints independently.
|
|
173
|
+
|
|
174
|
+
```xml
|
|
175
|
+
<definition_of_done>
|
|
176
|
+
<checkpoint required="true">
|
|
177
|
+
<name>{Output 1 Created}</name>
|
|
178
|
+
<verification>{How to verify}</verification>
|
|
179
|
+
</checkpoint>
|
|
180
|
+
<checkpoint required="true">
|
|
181
|
+
<name>{Verification 1 Passed}</name>
|
|
182
|
+
<verification>{How to verify}</verification>
|
|
183
|
+
</checkpoint>
|
|
184
|
+
<checkpoint required="recommended">
|
|
185
|
+
<name>{Optional Checkpoint}</name>
|
|
186
|
+
<verification>{How to verify}</verification>
|
|
187
|
+
</checkpoint>
|
|
188
|
+
</definition_of_done>
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
MANDATORY: After completing this skill, return to `task-execution-guideline` to continue the task execution flow.
|
|
192
|
+
|
|
193
|
+
---
|
|
194
|
+
|
|
195
|
+
## Patterns & Anti-Patterns
|
|
196
|
+
|
|
197
|
+
### Pattern: {Pattern Name}
|
|
198
|
+
|
|
199
|
+
**When:** {Condition}
|
|
200
|
+
**Then:**
|
|
201
|
+
```
|
|
202
|
+
1. {Action 1}
|
|
203
|
+
2. {Action 2}
|
|
204
|
+
3. {Action 3}
|
|
205
|
+
```
|
|
206
|
+
|
|
207
|
+
### Anti-Patterns
|
|
208
|
+
|
|
209
|
+
| Anti-Pattern | Why Bad | Do Instead |
|
|
210
|
+
|--------------|---------|------------|
|
|
211
|
+
| {Anti-pattern 1} | {Reason} | {Better approach} |
|
|
212
|
+
| {Anti-pattern 2} | {Reason} | {Better approach} |
|
|
213
|
+
|
|
214
|
+
---
|
|
215
|
+
|
|
216
|
+
## Examples
|
|
217
|
+
|
|
218
|
+
See [references/examples.md](references/examples.md) for concrete execution examples.
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
---
|
|
222
|
+
|
|
223
|
+
## Template Usage Notes
|
|
224
|
+
|
|
225
|
+
### Line Limit
|
|
226
|
+
|
|
227
|
+
CRITICAL: SKILL.md body MUST stay under 500 lines.
|
|
228
|
+
|
|
229
|
+
**Keep in SKILL.md:**
|
|
230
|
+
- Purpose, Input Parameters, DoR, DoD (core structure)
|
|
231
|
+
- Execution Flow (overview table)
|
|
232
|
+
- Execution Procedure (essential steps only)
|
|
233
|
+
|
|
234
|
+
**Move to references/:**
|
|
235
|
+
- `references/examples.md` - Detailed execution examples (MANDATORY)
|
|
236
|
+
- `references/detailed-procedures.md` - Complex step-by-step guides
|
|
237
|
+
|
|
238
|
+
### Section Order (v2 Cognitive Flow)
|
|
239
|
+
|
|
240
|
+
MANDATORY: Sections must appear in this sequence:
|
|
241
|
+
|
|
242
|
+
```yaml
|
|
243
|
+
task_type_skills:
|
|
244
|
+
section_order:
|
|
245
|
+
# CONTEXT
|
|
246
|
+
1: Purpose
|
|
247
|
+
2: Important Notes
|
|
248
|
+
# DECISION
|
|
249
|
+
3: Input Parameters
|
|
250
|
+
4: Definition of Ready (DoR)
|
|
251
|
+
# ACTION
|
|
252
|
+
5: Execution Flow Summary
|
|
253
|
+
6: Execution Procedure
|
|
254
|
+
# VERIFY
|
|
255
|
+
7: Output Result
|
|
256
|
+
8: Definition of Done (DoD)
|
|
257
|
+
# REFERENCE
|
|
258
|
+
9: Patterns & Anti-Patterns
|
|
259
|
+
10: Examples
|
|
260
|
+
```
|
|
261
|
+
|
|
262
|
+
### Format Standards
|
|
263
|
+
|
|
264
|
+
| Element | Format | Example |
|
|
265
|
+
|---------|--------|---------|
|
|
266
|
+
| Importance signals | Keywords | `BLOCKING:`, `CRITICAL:`, `MANDATORY:` |
|
|
267
|
+
| DoR/DoD | XML checkpoints | `<definition_of_ready>` |
|
|
268
|
+
| Execution procedure | XML procedure | `<procedure name="...">` |
|
|
269
|
+
| Data models | YAML | `input:`, `output:` |
|
|
270
|
+
| Variables | Braces | `{skill_name}`, `{task_id}` |
|
|
271
|
+
|
|
272
|
+
### Category Values
|
|
273
|
+
|
|
274
|
+
| Category | Description | Board Skill |
|
|
275
|
+
|----------|-------------|-------------|
|
|
276
|
+
| standalone | No board tracking | None |
|
|
277
|
+
| feature-stage | Updates feature board | feature-board-management |
|
|
278
|
+
| requirement-stage | Updates requirement board | requirement-board-management |
|
|
279
|
+
| ideation-stage | Updates ideation board | ideation-board-management |
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
# Tool Skill Template
|
|
2
|
+
|
|
3
|
+
Use this template for utility functions, integrations, or specific tool operations.
|
|
4
|
+
|
|
5
|
+
**Section Order (Cognitive Flow):**
|
|
6
|
+
1. CONTEXT: Purpose → Important Notes → About → When to Use
|
|
7
|
+
2. DECISION: Input Parameters → Definition of Ready
|
|
8
|
+
3. ACTION: Operations
|
|
9
|
+
4. VERIFY: Output Result → Definition of Done
|
|
10
|
+
5. REFERENCE: Error Handling → Templates → Examples
|
|
11
|
+
|
|
12
|
+
> Note: Tool skills use "Operations" instead of "Execution Flow Summary" as they provide a library of capabilities.
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
```markdown
|
|
17
|
+
---
|
|
18
|
+
name: x-ipe-tool-{name}
|
|
19
|
+
description: {What it does}. Use when {trigger conditions}. Triggers on requests like "{trigger 1}", "{trigger 2}".
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
# {Tool Name}
|
|
23
|
+
|
|
24
|
+
## Purpose
|
|
25
|
+
|
|
26
|
+
AI Agents follow this skill to {use tool/service} to:
|
|
27
|
+
1. {Objective 1}
|
|
28
|
+
2. {Objective 2}
|
|
29
|
+
3. {Objective 3}
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
## Important Notes
|
|
34
|
+
|
|
35
|
+
BLOCKING: {Critical rule that must not be skipped}
|
|
36
|
+
CRITICAL: {Important consideration}
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
## About
|
|
41
|
+
|
|
42
|
+
{Brief explanation of what the tool is and key concepts}
|
|
43
|
+
|
|
44
|
+
**Key Concepts:**
|
|
45
|
+
- **{Concept 1}** - {Definition}
|
|
46
|
+
- **{Concept 2}** - {Definition}
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## When to Use
|
|
51
|
+
|
|
52
|
+
```yaml
|
|
53
|
+
triggers:
|
|
54
|
+
- "{trigger phrase 1}"
|
|
55
|
+
- "{trigger phrase 2}"
|
|
56
|
+
|
|
57
|
+
not_for:
|
|
58
|
+
- "{use case handled by another skill}"
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
---
|
|
62
|
+
|
|
63
|
+
## Input Parameters
|
|
64
|
+
|
|
65
|
+
```yaml
|
|
66
|
+
input:
|
|
67
|
+
operation: "{op1 | op2 | op3}"
|
|
68
|
+
{param_group}:
|
|
69
|
+
{param_1}: "{type/desc}"
|
|
70
|
+
{param_2}: "{type/desc}"
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
75
|
+
## Definition of Ready
|
|
76
|
+
|
|
77
|
+
```xml
|
|
78
|
+
<definition_of_ready>
|
|
79
|
+
<checkpoint required="true">
|
|
80
|
+
<name>{Prerequisite 1}</name>
|
|
81
|
+
<verification>{How to verify}</verification>
|
|
82
|
+
</checkpoint>
|
|
83
|
+
<checkpoint required="true">
|
|
84
|
+
<name>{Prerequisite 2}</name>
|
|
85
|
+
<verification>{How to verify}</verification>
|
|
86
|
+
</checkpoint>
|
|
87
|
+
</definition_of_ready>
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## Operations
|
|
93
|
+
|
|
94
|
+
### Operation: {Operation Name}
|
|
95
|
+
|
|
96
|
+
**When:** {Condition for this operation}
|
|
97
|
+
|
|
98
|
+
```xml
|
|
99
|
+
<operation name="{op_name}">
|
|
100
|
+
<action>
|
|
101
|
+
1. {step_1}
|
|
102
|
+
2. {step_2}
|
|
103
|
+
3. {step_3}
|
|
104
|
+
</action>
|
|
105
|
+
<constraints>
|
|
106
|
+
- BLOCKING: {constraint}
|
|
107
|
+
</constraints>
|
|
108
|
+
<output>{what_is_returned}</output>
|
|
109
|
+
</operation>
|
|
110
|
+
```
|
|
111
|
+
|
|
112
|
+
### Operation: {Another Operation}
|
|
113
|
+
|
|
114
|
+
**When:** {Condition}
|
|
115
|
+
|
|
116
|
+
```xml
|
|
117
|
+
<operation name="{op_name}">
|
|
118
|
+
<action>
|
|
119
|
+
1. {step_1}
|
|
120
|
+
</action>
|
|
121
|
+
<output>{result}</output>
|
|
122
|
+
</operation>
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
## Output Result
|
|
128
|
+
|
|
129
|
+
```yaml
|
|
130
|
+
operation_output:
|
|
131
|
+
success: true | false
|
|
132
|
+
result:
|
|
133
|
+
{field}: "{value}"
|
|
134
|
+
errors: []
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
---
|
|
138
|
+
|
|
139
|
+
## Definition of Done
|
|
140
|
+
|
|
141
|
+
```xml
|
|
142
|
+
<definition_of_done>
|
|
143
|
+
<checkpoint required="true">
|
|
144
|
+
<name>Operation Completed</name>
|
|
145
|
+
<verification>Success returned true</verification>
|
|
146
|
+
</checkpoint>
|
|
147
|
+
<checkpoint required="true">
|
|
148
|
+
<name>{Output Verified}</name>
|
|
149
|
+
<verification>{Verification step}</verification>
|
|
150
|
+
</checkpoint>
|
|
151
|
+
</definition_of_done>
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## Error Handling
|
|
157
|
+
|
|
158
|
+
| Error | Cause | Resolution |
|
|
159
|
+
|-------|-------|------------|
|
|
160
|
+
| `{ERROR_CODE}` | {Cause} | {Resolution} |
|
|
161
|
+
|
|
162
|
+
---
|
|
163
|
+
|
|
164
|
+
## Templates
|
|
165
|
+
|
|
166
|
+
| File | Purpose |
|
|
167
|
+
|------|---------|
|
|
168
|
+
| `templates/{file}.md` | {Description} |
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
## Examples
|
|
173
|
+
|
|
174
|
+
See [references/examples.md](references/examples.md) for usage examples.
|
|
175
|
+
```
|