@ncoderz/awa 0.2.0

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.
Files changed (329) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +234 -0
  3. package/dist/index.d.ts +2 -0
  4. package/dist/index.js +1353 -0
  5. package/dist/index.js.map +1 -0
  6. package/package.json +75 -0
  7. package/templates/awa/.agent/skills/awa-architecture/SKILL.md +3 -0
  8. package/templates/awa/.agent/skills/awa-brainstorm/SKILL.md +3 -0
  9. package/templates/awa/.agent/skills/awa-code/SKILL.md +3 -0
  10. package/templates/awa/.agent/skills/awa-design/SKILL.md +3 -0
  11. package/templates/awa/.agent/skills/awa-documentation/SKILL.md +3 -0
  12. package/templates/awa/.agent/skills/awa-examples/SKILL.md +3 -0
  13. package/templates/awa/.agent/skills/awa-feature/SKILL.md +3 -0
  14. package/templates/awa/.agent/skills/awa-plan/SKILL.md +3 -0
  15. package/templates/awa/.agent/skills/awa-refactor/SKILL.md +3 -0
  16. package/templates/awa/.agent/skills/awa-requirements/SKILL.md +3 -0
  17. package/templates/awa/.agent/skills/awa-tasks/SKILL.md +3 -0
  18. package/templates/awa/.agent/skills/awa-upgrade/SKILL.md +3 -0
  19. package/templates/awa/.agent/skills/awa-validate-alignment/SKILL.md +3 -0
  20. package/templates/awa/.agent/skills/awa-vibe/SKILL.md +3 -0
  21. package/templates/awa/.agent/workflows/awa-architecture.md +3 -0
  22. package/templates/awa/.agent/workflows/awa-brainstorm.md +3 -0
  23. package/templates/awa/.agent/workflows/awa-code.md +3 -0
  24. package/templates/awa/.agent/workflows/awa-design.md +3 -0
  25. package/templates/awa/.agent/workflows/awa-documentation.md +3 -0
  26. package/templates/awa/.agent/workflows/awa-examples.md +3 -0
  27. package/templates/awa/.agent/workflows/awa-feature.md +3 -0
  28. package/templates/awa/.agent/workflows/awa-plan.md +3 -0
  29. package/templates/awa/.agent/workflows/awa-refactor.md +3 -0
  30. package/templates/awa/.agent/workflows/awa-requirements.md +3 -0
  31. package/templates/awa/.agent/workflows/awa-tasks.md +3 -0
  32. package/templates/awa/.agent/workflows/awa-upgrade.md +3 -0
  33. package/templates/awa/.agent/workflows/awa-validate-alignment.md +3 -0
  34. package/templates/awa/.agent/workflows/awa-vibe.md +3 -0
  35. package/templates/awa/.agents/skills/awa-architecture/SKILL.md +3 -0
  36. package/templates/awa/.agents/skills/awa-brainstorm/SKILL.md +3 -0
  37. package/templates/awa/.agents/skills/awa-code/SKILL.md +3 -0
  38. package/templates/awa/.agents/skills/awa-design/SKILL.md +3 -0
  39. package/templates/awa/.agents/skills/awa-documentation/SKILL.md +3 -0
  40. package/templates/awa/.agents/skills/awa-examples/SKILL.md +3 -0
  41. package/templates/awa/.agents/skills/awa-feature/SKILL.md +3 -0
  42. package/templates/awa/.agents/skills/awa-plan/SKILL.md +3 -0
  43. package/templates/awa/.agents/skills/awa-refactor/SKILL.md +3 -0
  44. package/templates/awa/.agents/skills/awa-requirements/SKILL.md +3 -0
  45. package/templates/awa/.agents/skills/awa-tasks/SKILL.md +3 -0
  46. package/templates/awa/.agents/skills/awa-upgrade/SKILL.md +3 -0
  47. package/templates/awa/.agents/skills/awa-validate-alignment/SKILL.md +3 -0
  48. package/templates/awa/.agents/skills/awa-vibe/SKILL.md +3 -0
  49. package/templates/awa/.awa/.agent/awa.core.md +1 -0
  50. package/templates/awa/.awa/.agent/schemas/ALIGN_REPORT.schema.md +156 -0
  51. package/templates/awa/.awa/.agent/schemas/API.schema.md +4 -0
  52. package/templates/awa/.awa/.agent/schemas/ARCHITECTURE.schema.md +176 -0
  53. package/templates/awa/.awa/.agent/schemas/DESIGN.schema.md +253 -0
  54. package/templates/awa/.awa/.agent/schemas/EXAMPLES.schema.md +51 -0
  55. package/templates/awa/.awa/.agent/schemas/FEAT.schema.md +61 -0
  56. package/templates/awa/.awa/.agent/schemas/PLAN.schema.md +8 -0
  57. package/templates/awa/.awa/.agent/schemas/README.schema.md +133 -0
  58. package/templates/awa/.awa/.agent/schemas/REQ.schema.md +125 -0
  59. package/templates/awa/.awa/.agent/schemas/TASK.schema.md +137 -0
  60. package/templates/awa/.claude/agents/awa.md +14 -0
  61. package/templates/awa/.claude/skills/awa-architecture/SKILL.md +3 -0
  62. package/templates/awa/.claude/skills/awa-brainstorm/SKILL.md +3 -0
  63. package/templates/awa/.claude/skills/awa-code/SKILL.md +3 -0
  64. package/templates/awa/.claude/skills/awa-design/SKILL.md +3 -0
  65. package/templates/awa/.claude/skills/awa-documentation/SKILL.md +3 -0
  66. package/templates/awa/.claude/skills/awa-examples/SKILL.md +3 -0
  67. package/templates/awa/.claude/skills/awa-feature/SKILL.md +3 -0
  68. package/templates/awa/.claude/skills/awa-plan/SKILL.md +3 -0
  69. package/templates/awa/.claude/skills/awa-refactor/SKILL.md +3 -0
  70. package/templates/awa/.claude/skills/awa-requirements/SKILL.md +3 -0
  71. package/templates/awa/.claude/skills/awa-tasks/SKILL.md +3 -0
  72. package/templates/awa/.claude/skills/awa-upgrade/SKILL.md +3 -0
  73. package/templates/awa/.claude/skills/awa-validate-alignment/SKILL.md +3 -0
  74. package/templates/awa/.claude/skills/awa-vibe/SKILL.md +3 -0
  75. package/templates/awa/.codex/prompts/awa-architecture.md +3 -0
  76. package/templates/awa/.codex/prompts/awa-brainstorm.md +3 -0
  77. package/templates/awa/.codex/prompts/awa-code.md +3 -0
  78. package/templates/awa/.codex/prompts/awa-design.md +3 -0
  79. package/templates/awa/.codex/prompts/awa-documentation.md +3 -0
  80. package/templates/awa/.codex/prompts/awa-examples.md +3 -0
  81. package/templates/awa/.codex/prompts/awa-feature.md +3 -0
  82. package/templates/awa/.codex/prompts/awa-plan.md +3 -0
  83. package/templates/awa/.codex/prompts/awa-refactor.md +3 -0
  84. package/templates/awa/.codex/prompts/awa-requirements.md +3 -0
  85. package/templates/awa/.codex/prompts/awa-tasks.md +3 -0
  86. package/templates/awa/.codex/prompts/awa-upgrade.md +3 -0
  87. package/templates/awa/.codex/prompts/awa-validate-alignment.md +3 -0
  88. package/templates/awa/.codex/prompts/awa-vibe.md +3 -0
  89. package/templates/awa/.cursor/rules/awa-agent.md +14 -0
  90. package/templates/awa/.cursor/rules/awa-architecture.md +8 -0
  91. package/templates/awa/.cursor/rules/awa-brainstorm.md +8 -0
  92. package/templates/awa/.cursor/rules/awa-code.md +8 -0
  93. package/templates/awa/.cursor/rules/awa-design.md +8 -0
  94. package/templates/awa/.cursor/rules/awa-documentation.md +8 -0
  95. package/templates/awa/.cursor/rules/awa-examples.md +8 -0
  96. package/templates/awa/.cursor/rules/awa-feature.md +8 -0
  97. package/templates/awa/.cursor/rules/awa-plan.md +8 -0
  98. package/templates/awa/.cursor/rules/awa-refactor.md +8 -0
  99. package/templates/awa/.cursor/rules/awa-requirements.md +8 -0
  100. package/templates/awa/.cursor/rules/awa-tasks.md +8 -0
  101. package/templates/awa/.cursor/rules/awa-upgrade.md +8 -0
  102. package/templates/awa/.cursor/rules/awa-validate-alignment.md +8 -0
  103. package/templates/awa/.cursor/rules/awa-vibe.md +8 -0
  104. package/templates/awa/.gemini/commands/awa-architecture.md +3 -0
  105. package/templates/awa/.gemini/commands/awa-brainstorm.md +3 -0
  106. package/templates/awa/.gemini/commands/awa-code.md +3 -0
  107. package/templates/awa/.gemini/commands/awa-design.md +3 -0
  108. package/templates/awa/.gemini/commands/awa-documentation.md +3 -0
  109. package/templates/awa/.gemini/commands/awa-examples.md +3 -0
  110. package/templates/awa/.gemini/commands/awa-feature.md +3 -0
  111. package/templates/awa/.gemini/commands/awa-plan.md +3 -0
  112. package/templates/awa/.gemini/commands/awa-refactor.md +3 -0
  113. package/templates/awa/.gemini/commands/awa-requirements.md +3 -0
  114. package/templates/awa/.gemini/commands/awa-tasks.md +3 -0
  115. package/templates/awa/.gemini/commands/awa-upgrade.md +3 -0
  116. package/templates/awa/.gemini/commands/awa-validate-alignment.md +3 -0
  117. package/templates/awa/.gemini/commands/awa-vibe.md +3 -0
  118. package/templates/awa/.gemini/skills/awa-architecture/SKILL.md +3 -0
  119. package/templates/awa/.gemini/skills/awa-brainstorm/SKILL.md +3 -0
  120. package/templates/awa/.gemini/skills/awa-code/SKILL.md +3 -0
  121. package/templates/awa/.gemini/skills/awa-design/SKILL.md +3 -0
  122. package/templates/awa/.gemini/skills/awa-documentation/SKILL.md +3 -0
  123. package/templates/awa/.gemini/skills/awa-examples/SKILL.md +3 -0
  124. package/templates/awa/.gemini/skills/awa-feature/SKILL.md +3 -0
  125. package/templates/awa/.gemini/skills/awa-plan/SKILL.md +3 -0
  126. package/templates/awa/.gemini/skills/awa-refactor/SKILL.md +3 -0
  127. package/templates/awa/.gemini/skills/awa-requirements/SKILL.md +3 -0
  128. package/templates/awa/.gemini/skills/awa-tasks/SKILL.md +3 -0
  129. package/templates/awa/.gemini/skills/awa-upgrade/SKILL.md +3 -0
  130. package/templates/awa/.gemini/skills/awa-validate-alignment/SKILL.md +3 -0
  131. package/templates/awa/.gemini/skills/awa-vibe/SKILL.md +3 -0
  132. package/templates/awa/.github/agents/awa.agent.md +14 -0
  133. package/templates/awa/.github/prompts/awa.architecture.prompt.md +8 -0
  134. package/templates/awa/.github/prompts/awa.brainstorm.prompt.md +8 -0
  135. package/templates/awa/.github/prompts/awa.code.prompt.md +8 -0
  136. package/templates/awa/.github/prompts/awa.design.prompt.md +8 -0
  137. package/templates/awa/.github/prompts/awa.documentation.prompt.md +8 -0
  138. package/templates/awa/.github/prompts/awa.examples.prompt.md +8 -0
  139. package/templates/awa/.github/prompts/awa.feature.prompt.md +8 -0
  140. package/templates/awa/.github/prompts/awa.plan.prompt.md +8 -0
  141. package/templates/awa/.github/prompts/awa.refactor.prompt.md +8 -0
  142. package/templates/awa/.github/prompts/awa.requirements.prompt.md +8 -0
  143. package/templates/awa/.github/prompts/awa.tasks.prompt.md +8 -0
  144. package/templates/awa/.github/prompts/awa.upgrade.prompt.md +8 -0
  145. package/templates/awa/.github/prompts/awa.validate-alignment.prompt.md +8 -0
  146. package/templates/awa/.github/prompts/awa.vibe.prompt.md +8 -0
  147. package/templates/awa/.github/skills/awa-architecture/SKILL.md +8 -0
  148. package/templates/awa/.github/skills/awa-brainstorm/SKILL.md +8 -0
  149. package/templates/awa/.github/skills/awa-code/SKILL.md +8 -0
  150. package/templates/awa/.github/skills/awa-design/SKILL.md +8 -0
  151. package/templates/awa/.github/skills/awa-documentation/SKILL.md +8 -0
  152. package/templates/awa/.github/skills/awa-examples/SKILL.md +8 -0
  153. package/templates/awa/.github/skills/awa-feature/SKILL.md +8 -0
  154. package/templates/awa/.github/skills/awa-plan/SKILL.md +8 -0
  155. package/templates/awa/.github/skills/awa-refactor/SKILL.md +8 -0
  156. package/templates/awa/.github/skills/awa-requirements/SKILL.md +8 -0
  157. package/templates/awa/.github/skills/awa-tasks/SKILL.md +8 -0
  158. package/templates/awa/.github/skills/awa-upgrade/SKILL.md +8 -0
  159. package/templates/awa/.github/skills/awa-validate-alignment/SKILL.md +8 -0
  160. package/templates/awa/.github/skills/awa-vibe/SKILL.md +8 -0
  161. package/templates/awa/.kilocode/rules/awa-agent.md +13 -0
  162. package/templates/awa/.kilocode/skills/awa-architecture/SKILL.md +3 -0
  163. package/templates/awa/.kilocode/skills/awa-brainstorm/SKILL.md +3 -0
  164. package/templates/awa/.kilocode/skills/awa-code/SKILL.md +3 -0
  165. package/templates/awa/.kilocode/skills/awa-design/SKILL.md +3 -0
  166. package/templates/awa/.kilocode/skills/awa-documentation/SKILL.md +3 -0
  167. package/templates/awa/.kilocode/skills/awa-examples/SKILL.md +3 -0
  168. package/templates/awa/.kilocode/skills/awa-feature/SKILL.md +3 -0
  169. package/templates/awa/.kilocode/skills/awa-plan/SKILL.md +3 -0
  170. package/templates/awa/.kilocode/skills/awa-refactor/SKILL.md +3 -0
  171. package/templates/awa/.kilocode/skills/awa-requirements/SKILL.md +3 -0
  172. package/templates/awa/.kilocode/skills/awa-tasks/SKILL.md +3 -0
  173. package/templates/awa/.kilocode/skills/awa-upgrade/SKILL.md +3 -0
  174. package/templates/awa/.kilocode/skills/awa-validate-alignment/SKILL.md +3 -0
  175. package/templates/awa/.kilocode/skills/awa-vibe/SKILL.md +3 -0
  176. package/templates/awa/.kilocode/workflows/awa-architecture.md +3 -0
  177. package/templates/awa/.kilocode/workflows/awa-brainstorm.md +3 -0
  178. package/templates/awa/.kilocode/workflows/awa-code.md +3 -0
  179. package/templates/awa/.kilocode/workflows/awa-design.md +3 -0
  180. package/templates/awa/.kilocode/workflows/awa-documentation.md +3 -0
  181. package/templates/awa/.kilocode/workflows/awa-examples.md +3 -0
  182. package/templates/awa/.kilocode/workflows/awa-feature.md +3 -0
  183. package/templates/awa/.kilocode/workflows/awa-plan.md +3 -0
  184. package/templates/awa/.kilocode/workflows/awa-refactor.md +3 -0
  185. package/templates/awa/.kilocode/workflows/awa-requirements.md +3 -0
  186. package/templates/awa/.kilocode/workflows/awa-tasks.md +3 -0
  187. package/templates/awa/.kilocode/workflows/awa-upgrade.md +3 -0
  188. package/templates/awa/.kilocode/workflows/awa-validate-alignment.md +3 -0
  189. package/templates/awa/.kilocode/workflows/awa-vibe.md +3 -0
  190. package/templates/awa/.opencode/agents/awa.md +14 -0
  191. package/templates/awa/.opencode/commands/awa-architecture.md +3 -0
  192. package/templates/awa/.opencode/commands/awa-brainstorm.md +3 -0
  193. package/templates/awa/.opencode/commands/awa-code.md +3 -0
  194. package/templates/awa/.opencode/commands/awa-design.md +3 -0
  195. package/templates/awa/.opencode/commands/awa-documentation.md +3 -0
  196. package/templates/awa/.opencode/commands/awa-examples.md +3 -0
  197. package/templates/awa/.opencode/commands/awa-feature.md +3 -0
  198. package/templates/awa/.opencode/commands/awa-plan.md +3 -0
  199. package/templates/awa/.opencode/commands/awa-refactor.md +3 -0
  200. package/templates/awa/.opencode/commands/awa-requirements.md +3 -0
  201. package/templates/awa/.opencode/commands/awa-tasks.md +3 -0
  202. package/templates/awa/.opencode/commands/awa-upgrade.md +3 -0
  203. package/templates/awa/.opencode/commands/awa-validate-alignment.md +3 -0
  204. package/templates/awa/.opencode/commands/awa-vibe.md +3 -0
  205. package/templates/awa/.opencode/skills/awa-architecture/SKILL.md +3 -0
  206. package/templates/awa/.opencode/skills/awa-brainstorm/SKILL.md +3 -0
  207. package/templates/awa/.opencode/skills/awa-code/SKILL.md +3 -0
  208. package/templates/awa/.opencode/skills/awa-design/SKILL.md +3 -0
  209. package/templates/awa/.opencode/skills/awa-documentation/SKILL.md +3 -0
  210. package/templates/awa/.opencode/skills/awa-examples/SKILL.md +3 -0
  211. package/templates/awa/.opencode/skills/awa-feature/SKILL.md +3 -0
  212. package/templates/awa/.opencode/skills/awa-plan/SKILL.md +3 -0
  213. package/templates/awa/.opencode/skills/awa-refactor/SKILL.md +3 -0
  214. package/templates/awa/.opencode/skills/awa-requirements/SKILL.md +3 -0
  215. package/templates/awa/.opencode/skills/awa-tasks/SKILL.md +3 -0
  216. package/templates/awa/.opencode/skills/awa-upgrade/SKILL.md +3 -0
  217. package/templates/awa/.opencode/skills/awa-validate-alignment/SKILL.md +3 -0
  218. package/templates/awa/.opencode/skills/awa-vibe/SKILL.md +3 -0
  219. package/templates/awa/.qwen/commands/awa-architecture.md +3 -0
  220. package/templates/awa/.qwen/commands/awa-brainstorm.md +3 -0
  221. package/templates/awa/.qwen/commands/awa-code.md +3 -0
  222. package/templates/awa/.qwen/commands/awa-design.md +3 -0
  223. package/templates/awa/.qwen/commands/awa-documentation.md +3 -0
  224. package/templates/awa/.qwen/commands/awa-examples.md +3 -0
  225. package/templates/awa/.qwen/commands/awa-feature.md +3 -0
  226. package/templates/awa/.qwen/commands/awa-plan.md +3 -0
  227. package/templates/awa/.qwen/commands/awa-refactor.md +3 -0
  228. package/templates/awa/.qwen/commands/awa-requirements.md +3 -0
  229. package/templates/awa/.qwen/commands/awa-tasks.md +3 -0
  230. package/templates/awa/.qwen/commands/awa-upgrade.md +3 -0
  231. package/templates/awa/.qwen/commands/awa-validate-alignment.md +3 -0
  232. package/templates/awa/.qwen/commands/awa-vibe.md +3 -0
  233. package/templates/awa/.qwen/skills/awa-architecture/SKILL.md +3 -0
  234. package/templates/awa/.qwen/skills/awa-brainstorm/SKILL.md +3 -0
  235. package/templates/awa/.qwen/skills/awa-code/SKILL.md +3 -0
  236. package/templates/awa/.qwen/skills/awa-design/SKILL.md +3 -0
  237. package/templates/awa/.qwen/skills/awa-documentation/SKILL.md +3 -0
  238. package/templates/awa/.qwen/skills/awa-examples/SKILL.md +3 -0
  239. package/templates/awa/.qwen/skills/awa-feature/SKILL.md +3 -0
  240. package/templates/awa/.qwen/skills/awa-plan/SKILL.md +3 -0
  241. package/templates/awa/.qwen/skills/awa-refactor/SKILL.md +3 -0
  242. package/templates/awa/.qwen/skills/awa-requirements/SKILL.md +3 -0
  243. package/templates/awa/.qwen/skills/awa-tasks/SKILL.md +3 -0
  244. package/templates/awa/.qwen/skills/awa-upgrade/SKILL.md +3 -0
  245. package/templates/awa/.qwen/skills/awa-validate-alignment/SKILL.md +3 -0
  246. package/templates/awa/.qwen/skills/awa-vibe/SKILL.md +3 -0
  247. package/templates/awa/.roo/rules/awa-agent.md +13 -0
  248. package/templates/awa/.roo/skills/awa-architecture/SKILL.md +3 -0
  249. package/templates/awa/.roo/skills/awa-brainstorm/SKILL.md +3 -0
  250. package/templates/awa/.roo/skills/awa-code/SKILL.md +3 -0
  251. package/templates/awa/.roo/skills/awa-design/SKILL.md +3 -0
  252. package/templates/awa/.roo/skills/awa-documentation/SKILL.md +3 -0
  253. package/templates/awa/.roo/skills/awa-examples/SKILL.md +3 -0
  254. package/templates/awa/.roo/skills/awa-feature/SKILL.md +3 -0
  255. package/templates/awa/.roo/skills/awa-plan/SKILL.md +3 -0
  256. package/templates/awa/.roo/skills/awa-refactor/SKILL.md +3 -0
  257. package/templates/awa/.roo/skills/awa-requirements/SKILL.md +3 -0
  258. package/templates/awa/.roo/skills/awa-tasks/SKILL.md +3 -0
  259. package/templates/awa/.roo/skills/awa-upgrade/SKILL.md +3 -0
  260. package/templates/awa/.roo/skills/awa-validate-alignment/SKILL.md +3 -0
  261. package/templates/awa/.roo/skills/awa-vibe/SKILL.md +3 -0
  262. package/templates/awa/.windsurf/rules/awa-agent.md +14 -0
  263. package/templates/awa/.windsurf/skills/awa-architecture/SKILL.md +3 -0
  264. package/templates/awa/.windsurf/skills/awa-brainstorm/SKILL.md +3 -0
  265. package/templates/awa/.windsurf/skills/awa-code/SKILL.md +3 -0
  266. package/templates/awa/.windsurf/skills/awa-design/SKILL.md +3 -0
  267. package/templates/awa/.windsurf/skills/awa-documentation/SKILL.md +3 -0
  268. package/templates/awa/.windsurf/skills/awa-examples/SKILL.md +3 -0
  269. package/templates/awa/.windsurf/skills/awa-feature/SKILL.md +3 -0
  270. package/templates/awa/.windsurf/skills/awa-plan/SKILL.md +3 -0
  271. package/templates/awa/.windsurf/skills/awa-refactor/SKILL.md +3 -0
  272. package/templates/awa/.windsurf/skills/awa-requirements/SKILL.md +3 -0
  273. package/templates/awa/.windsurf/skills/awa-tasks/SKILL.md +3 -0
  274. package/templates/awa/.windsurf/skills/awa-upgrade/SKILL.md +3 -0
  275. package/templates/awa/.windsurf/skills/awa-validate-alignment/SKILL.md +3 -0
  276. package/templates/awa/.windsurf/skills/awa-vibe/SKILL.md +3 -0
  277. package/templates/awa/AGENTS.md +9 -0
  278. package/templates/awa/CLAUDE.md +9 -0
  279. package/templates/awa/GEMINI.md +9 -0
  280. package/templates/awa/QWEN.md +9 -0
  281. package/templates/awa/_README.md +86 -0
  282. package/templates/awa/_delete.txt +300 -0
  283. package/templates/awa/_partials/_cmd.awa-architecture.md +6 -0
  284. package/templates/awa/_partials/_cmd.awa-brainstorm.md +6 -0
  285. package/templates/awa/_partials/_cmd.awa-code.md +6 -0
  286. package/templates/awa/_partials/_cmd.awa-design.md +6 -0
  287. package/templates/awa/_partials/_cmd.awa-documentation.md +6 -0
  288. package/templates/awa/_partials/_cmd.awa-examples.md +6 -0
  289. package/templates/awa/_partials/_cmd.awa-feature.md +6 -0
  290. package/templates/awa/_partials/_cmd.awa-plan.md +6 -0
  291. package/templates/awa/_partials/_cmd.awa-refactor.md +6 -0
  292. package/templates/awa/_partials/_cmd.awa-requirements.md +6 -0
  293. package/templates/awa/_partials/_cmd.awa-tasks.md +6 -0
  294. package/templates/awa/_partials/_cmd.awa-upgrade.md +6 -0
  295. package/templates/awa/_partials/_cmd.awa-validate-alignment.md +6 -0
  296. package/templates/awa/_partials/_cmd.awa-vibe.md +6 -0
  297. package/templates/awa/_partials/_skill.awa-architecture.md +6 -0
  298. package/templates/awa/_partials/_skill.awa-brainstorm.md +6 -0
  299. package/templates/awa/_partials/_skill.awa-code.md +6 -0
  300. package/templates/awa/_partials/_skill.awa-design.md +6 -0
  301. package/templates/awa/_partials/_skill.awa-documentation.md +6 -0
  302. package/templates/awa/_partials/_skill.awa-examples.md +6 -0
  303. package/templates/awa/_partials/_skill.awa-feature.md +6 -0
  304. package/templates/awa/_partials/_skill.awa-plan.md +6 -0
  305. package/templates/awa/_partials/_skill.awa-refactor.md +6 -0
  306. package/templates/awa/_partials/_skill.awa-requirements.md +6 -0
  307. package/templates/awa/_partials/_skill.awa-tasks.md +6 -0
  308. package/templates/awa/_partials/_skill.awa-upgrade.md +6 -0
  309. package/templates/awa/_partials/_skill.awa-validate-alignment.md +6 -0
  310. package/templates/awa/_partials/_skill.awa-vibe.md +6 -0
  311. package/templates/awa/_partials/awa.architecture.md +45 -0
  312. package/templates/awa/_partials/awa.brainstorm.md +52 -0
  313. package/templates/awa/_partials/awa.code.md +167 -0
  314. package/templates/awa/_partials/awa.core.md +100 -0
  315. package/templates/awa/_partials/awa.design.md +55 -0
  316. package/templates/awa/_partials/awa.documentation.md +86 -0
  317. package/templates/awa/_partials/awa.examples.md +53 -0
  318. package/templates/awa/_partials/awa.feature.md +50 -0
  319. package/templates/awa/_partials/awa.plan.md +48 -0
  320. package/templates/awa/_partials/awa.refactor.md +46 -0
  321. package/templates/awa/_partials/awa.requirements.md +50 -0
  322. package/templates/awa/_partials/awa.tasks.md +147 -0
  323. package/templates/awa/_partials/awa.upgrade.md +63 -0
  324. package/templates/awa/_partials/awa.validate-alignment.md +62 -0
  325. package/templates/awa/_partials/awa.vibe.md +64 -0
  326. package/templates/example/.github/agents/example.agent.md +14 -0
  327. package/templates/example/_README.md +43 -0
  328. package/templates/example/_partials/planning.md +5 -0
  329. package/templates/example/agent.md +72 -0
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Brainstorm ideas, explore solutions, and evaluate options
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.brainstorm.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Implement code and tests based on architecture, requirements, and design (tasks optional)
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.code.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Create or update design documents
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.design.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Create or update project documentation (README.md and /docs)
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.documentation.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Create or update usage examples for a feature
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.examples.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Create or update feature context documents
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.feature.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Create or update ad-hoc plan document(s)
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.plan.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Refactor code or docs while preserving behavior, meaning, and traceability
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.refactor.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Create or update requirements documents
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.requirements.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Create or update task list document
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.tasks.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Upgrade specs to match current schemas
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.upgrade.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Validate alignment of source with target
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.validate-alignment.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('cursor')) { %>
2
+ ---
3
+ description: Implement an idea from start to finish using the full awa workflow
4
+ alwaysApply: false
5
+ ---
6
+
7
+ <%~ include('_partials/awa.vibe.md', it) %>
8
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-architecture.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-brainstorm.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-code.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-design.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-documentation.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-examples.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-feature.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-plan.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-refactor.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-requirements.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-tasks.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-upgrade.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-validate-alignment.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_cmd.awa-vibe.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-architecture.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-brainstorm.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-code.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-design.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-documentation.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-examples.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-feature.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-plan.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-refactor.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-requirements.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-tasks.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-upgrade.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-validate-alignment.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('gemini')) { %>
2
+ <%~ include('_partials/_skill.awa-vibe.md', it) %>
3
+ <% } %>
@@ -0,0 +1,14 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: "awa 0.2.0"
4
+ tools: ['edit', 'search', 'runCommands', 'runTasks', 'microsoft/playwright-mcp/*', 'usages', 'vscodeAPI', 'problems', 'changes', 'testFailure', 'openSimpleBrowser', 'fetch', 'githubRepo', 'extensions', 'todos', 'runTests']
5
+ ---
6
+
7
+ <%~ include('_partials/awa.core.md', it) %>
8
+
9
+ <tool name="read_file">
10
+ <read path=".awa/rules/*.md" required="true" />
11
+ <read path=".awa/specs/ARCHITECTURE.md" required="true" />
12
+ <read path=".awa/.agent/schemas/*.schema.md" required="before writing corresponding file type" />
13
+ </tool>
14
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Create or update ARCHITECTURE.md
4
+ argument-hint: "<architecture-instructions>"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.architecture.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Brainstorm ideas, explore solutions, and evaluate options
4
+ argument-hint: "<topic|problem> [<constraints>]"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.brainstorm.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Implement code and tests based on architecture, requirements, and design (tasks optional)
4
+ argument-hint: "<task|plan|design> [<instructions>]"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.code.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Create or update design documents
4
+ argument-hint: "<design-instruction>"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.design.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Create or update project documentation (README.md and /docs)
4
+ argument-hint: "<documentation-instructions>"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.documentation.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Create or update usage examples for a feature
4
+ argument-hint: "<examples-instructions>"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.examples.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Create or update feature context documents
4
+ argument-hint: "<feature-instructions>"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.feature.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Create or update ad-hoc plan document(s)
4
+ argument-hint: "<plan-instructions>"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.plan.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Refactor code or docs while preserving behavior, meaning, and traceability
4
+ argument-hint: "<target> [<refactor-goal>]"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.refactor.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Create or update requirements documents
4
+ argument-hint: "<requirements-instructions>"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.requirements.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Create or update task list document
4
+ argument-hint: "<design> [<instructions>]"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.tasks.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Upgrade specs to match current schemas
4
+ argument-hint: "[<upgrade-instructions>]"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.upgrade.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Validate alignment of source with target (check source matches target, and if not list differences)
4
+ argument-hint: "<source> [<target>]"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.validate-alignment.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ description: Implement an idea from start to finish using the full awa workflow
4
+ argument-hint: "<idea> [<constraints>]"
5
+ ---
6
+
7
+ <%~ include('_partials/awa.vibe.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-architecture
4
+ description: Create or update ARCHITECTURE.md. Use this when asked to create, update or modify the project architecture.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.architecture.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-brainstorm
4
+ description: Brainstorm ideas, explore solutions, and evaluate options. Use this when asked to brainstorm, explore ideas, or analyze trade-offs.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.brainstorm.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-code
4
+ description: Implement code and tests based on architecture, requirements, and design (or a set of tasks). Use this when asked to implement features, write code, or create tests.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.code.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-design
4
+ description: Create or update design documents. Use this when asked to create, update or modify feature designs.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.design.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-documentation
4
+ description: Create or update project documentation (README.md and /docs). Use this when asked to write, update or improve documentation.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.documentation.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-examples
4
+ description: Create or update usage examples for a feature. Use this when asked to provide detailed code examples, CLI demonstrations, or configuration samples.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.examples.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-feature
4
+ description: Create or update feature context documents. Use this when asked to describe a feature, explain motivation, or provide non-normative context.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.feature.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-plan
4
+ description: Create or update ad-hoc plan documents. Use this when asked to create plans, break down work, or organize tasks, but not when specifically asked to create tasks from requirements and design documents.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.plan.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-refactor
4
+ description: Refactor code or docs while preserving behavior, meaning, and traceability. Use this when asked to refactor, restructure, or improve code quality.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.refactor.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-requirements
4
+ description: Create or update requirements documents. Use this when asked to create, update or modify requirements.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.requirements.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-tasks
4
+ description: Create or update task list documents. Use this when asked to create tasks, generate implementation steps, or break down requirements and designs into work items.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.tasks.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-upgrade
4
+ description: Upgrade specs to match current schemas. Use this when asked to upgrade, migrate, or update specification documents to conform to schema changes.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.upgrade.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-validate-alignment
4
+ description: Validate alignment of source with target. Use this when asked to validate, check, or verify alignment between artifacts.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.validate-alignment.md', it) %>
8
+ <% } %>
@@ -0,0 +1,8 @@
1
+ <% if (it.features.includes('copilot')) { %>
2
+ ---
3
+ name: awa-vibe
4
+ description: Implement an idea from start to finish using the full awa workflow. Use this when asked to take an idea through the complete development cycle.
5
+ ---
6
+
7
+ <%~ include('_partials/awa.vibe.md', it) %>
8
+ <% } %>
@@ -0,0 +1,13 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ ---
3
+ description: awa AI coding assistant — core system instructions
4
+ ---
5
+
6
+ <%~ include('_partials/awa.core.md', it) %>
7
+
8
+ <tool name="read_file">
9
+ <read path=".awa/rules/*.md" required="true" />
10
+ <read path=".awa/specs/ARCHITECTURE.md" required="true" />
11
+ <read path=".awa/.agent/schemas/*.schema.md" required="before writing corresponding file type" />
12
+ </tool>
13
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_skill.awa-architecture.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_skill.awa-brainstorm.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_skill.awa-code.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_skill.awa-design.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_skill.awa-documentation.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_skill.awa-examples.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_skill.awa-feature.md', it) %>
3
+ <% } %>
@@ -0,0 +1,3 @@
1
+ <% if (it.features.includes('kilocode')) { %>
2
+ <%~ include('_partials/_skill.awa-plan.md', it) %>
3
+ <% } %>