@radenadri/skills-alena 1.0.0 → 1.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.
package/CLAUDE.md CHANGED
@@ -96,6 +96,8 @@ Slash commands are available in `commands/`. Key commands:
96
96
  | `/debug` | Systematic debugging with root cause analysis |
97
97
  | `/deep-audit` | Brutal 5-pass exhaustive audit |
98
98
  | `/discuss` | Lock user preferences BEFORE planning — prevents rework |
99
+ | `/lmf` | Run the learning-first tutorial flow before or alongside execution |
100
+ | `/prd` | Create a product requirements document through an interview-first flow |
99
101
  | `/plan` | Create executable prompt plans with task anatomy |
100
102
  | `/execute` | Execute plans with deviation protocol and checkpoints |
101
103
  | `/settings` | View/modify project config (mode, depth, preferences) |
@@ -168,8 +170,10 @@ alena/
168
170
  │ ├── investigator.md
169
171
  │ └── fixer.md
170
172
  ├── cursor-rules/ ← Cursor IDE rules (10 rules)
171
- └── skills/ ← Composable skill library (30 skills)
173
+ └── skills/ ← Composable skill library (32 skills)
172
174
  ├── brainstorming/
175
+ ├── lmf/
176
+ ├── write-prd/
173
177
  ├── writing-plans/
174
178
  ├── executing-plans/
175
179
  ├── test-driven-development/
package/GEMINI.md CHANGED
@@ -93,6 +93,8 @@ Slash commands are available in `commands/`. Key commands:
93
93
  | `/debug` | Systematic debugging with root cause analysis |
94
94
  | `/deep-audit` | Brutal 5-pass exhaustive audit |
95
95
  | `/discuss` | Lock user preferences BEFORE planning — prevents rework |
96
+ | `/lmf` | Run the learning-first tutorial flow before or alongside execution |
97
+ | `/prd` | Create a product requirements document through an interview-first flow |
96
98
  | `/plan` | Create executable prompt plans with task anatomy |
97
99
  | `/execute` | Execute plans with deviation protocol and checkpoints |
98
100
  | `/settings` | View/modify project config (mode, depth, preferences) |
@@ -159,8 +161,10 @@ alena/
159
161
  │ ├── investigator.md
160
162
  │ └── fixer.md
161
163
  ├── cursor-rules/ ← Cursor IDE rules (10 rules)
162
- └── skills/ ← Composable skill library (30 skills)
164
+ └── skills/ ← Composable skill library (32 skills)
163
165
  ├── brainstorming/
166
+ ├── lmf/
167
+ ├── write-prd/
164
168
  ├── writing-plans/
165
169
  ├── executing-plans/
166
170
  ├── test-driven-development/
@@ -196,6 +200,9 @@ alena/
196
200
 
197
201
  Workflows are installed in `.agent/workflows/`. Use `/workflow-name` to execute them. Workflows with `// turbo` annotations auto-run safe steps.
198
202
 
203
+ Use `/lmf` when you want tutorial-first explanation and planning guidance before switching to direct execution.
204
+ Use `/prd` when you want an interview-first product requirements document before implementation planning.
205
+
199
206
  ## Persistent Memory
200
207
 
201
208
  If `.planning/MEMORY.md` exists, read it at session start and update it at session end. This provides cross-session context. Use `node planning-tools.cjs` for deterministic state updates.
package/README.md CHANGED
@@ -1,14 +1,13 @@
1
1
  <p align="center">
2
2
  <h1 align="center">🧠 ALENA (Autonomous Layer for Executing Networked Agents)</h1>
3
3
  <p align="center">
4
- <strong>A personal toolkit for autonomous, networked AI agents — 33 skills · 34 commands · 37 workflows · 9 agents · 10 cursor rules · 8 hooks · 13 modules · 11 templates</strong>
4
+ <strong>A personal toolkit for autonomous, networked AI agents — 35 skills · 36 commands · 39 workflows · 9 agents · 10 cursor rules · 8 hooks · 13 modules · 11 templates</strong>
5
5
  </p>
6
6
  <p align="center">
7
7
  Make your AI coding assistant operate like your own disciplined toolkit.
8
8
  </p>
9
9
  <p align="center">
10
10
  <a href="#-quick-start"><img src="https://img.shields.io/badge/Get_Started-blue?style=for-the-badge" alt="Get Started"></a>
11
- <a href="https://alena.radenadri.xyz"><img src="https://img.shields.io/badge/Website-7c3aed?style=for-the-badge&logo=google-chrome&logoColor=white" alt="Website"></a>
12
11
  <a href="https://www.npmjs.com/package/@radenadri/skills-alena"><img src="https://img.shields.io/npm/v/%40radenadri%2Fskills-alena?style=for-the-badge&color=red" alt="NPM Version"></a>
13
12
  <a href="https://github.com/radenadri/skills-alena/blob/main/LICENSE"><img src="https://img.shields.io/github/license/radenadri/skills-alena?style=for-the-badge" alt="License"></a>
14
13
  <a href="https://github.com/radenadri/skills-alena/stargazers"><img src="https://img.shields.io/github/stars/radenadri/skills-alena?style=for-the-badge&color=gold" alt="Stars"></a>
@@ -16,7 +15,6 @@
16
15
  <p align="center">
17
16
  <a href="https://github.com/radenadri"><img src="https://img.shields.io/badge/GitHub-radenadri-181717?style=flat-square&logo=github" alt="GitHub"></a>
18
17
  <a href="https://github.com/radenadri/skills-alena/wiki"><img src="https://img.shields.io/badge/Wiki-Documentation-0969da?style=flat-square&logo=github" alt="Wiki"></a>
19
- <a href="https://alena.radenadri.xyz"><img src="https://img.shields.io/badge/Homepage-alena.radenadri.xyz-0f766e?style=flat-square" alt="Homepage"></a>
20
18
  </p>
21
19
  </p>
22
20
 
@@ -26,6 +24,16 @@
26
24
 
27
25
  **ALENA** is a personal toolkit for autonomous, networked AI agents. The long form is **Autonomous Layer for Executing Networked Agents**. Install once, use everywhere — across **34+ supported agents** including Antigravity, Cursor, Claude Code, Gemini CLI, Windsurf, Copilot, and more.
28
26
 
27
+ ### 📄 PRD Creation Flow
28
+
29
+ ALENA now ships a local PRD creation path for teams that want product clarification before implementation. The flow is built around:
30
+
31
+ - a wrapper skill at `skills/write-prd/`
32
+ - a Claude Code command at `commands/prd.md`
33
+ - an Antigravity workflow at `workflows/prd.md`
34
+
35
+ `write-prd` is not the same as `writing-plans`. `write-prd` is interview-first and product-first: it clarifies the user, problem, goals, non-goals, and success definition before drafting a reusable product requirements document. `writing-plans` starts after that, when the approved PRD needs to turn into implementation work.
36
+
29
37
  ---
30
38
 
31
39
  ### 💎 The Gem: LLM Council v2 + Memory Module
@@ -38,9 +46,9 @@
38
46
 
39
47
  ```
40
48
  ╔═══════════════════════════════╗
41
- ║ 🎯 ORCHESTRATOR (lean)
42
- ║ 13 CLI commands · Quality gates
43
- ║ ~10-15% context · Task() spawn
49
+ ║ 🎯 ORCHESTRATOR (lean)
50
+ ║ 13 CLI commands · Quality gates
51
+ ║ ~10-15% context · Task() spawn
44
52
  ╚════════════╦══════════════════╝
45
53
 
46
54
  Task() spawning
@@ -64,10 +72,18 @@
64
72
 
65
73
  ## 🔄 Version History
66
74
 
67
- ### 🏆 1.0.0 — Initial ALENA Release
75
+ ### 1.2.0 — Add `/prd` command
76
+
77
+ - Add `write-prd` skill. Add `/prd` command for Claude Code and Antigravity.
78
+
79
+ ### 1.1.0 — Add `/lmf` command
80
+
81
+ - Add `lmf` skills. Add `/lmf` command for Claude Code and Antigravity.
82
+
83
+ ### 1.0.0 — Initial ALENA Release
68
84
 
69
85
  - 🧠 **ALENA identity and public release reset** — the toolkit starts at `v1.0.0` with ALENA branding, updated install commands, refreshed docs, and release surfaces aligned under the new package and repository.
70
- - 🤖 **Full asset library included** — ships with **33 skills**, **34 commands**, **37 workflows**, and **9 specialist agents** covering brainstorming, planning, execution, debugging, auditing, review, verification, memory, and team coordination.
86
+ - 🤖 **Full asset library included** — ships with **35 skills**, **36 commands**, **39 workflows**, and **9 specialist agents** covering brainstorming, planning, PRD creation, execution, debugging, auditing, review, verification, memory, and team coordination.
71
87
  - ⚙️ **Deterministic planning core** — `planning-tools.cjs` plus **12 supporting CLI modules** handle state, phase, roadmap, verification, frontmatter, config, templates, milestones, model resolution, and council coordination without relying on brittle freeform markdown edits.
72
88
  - 🏛️ **Council system built in** — real subagent spawning, structured handoffs, code-enforced quality gates, task boards, and 6 presets (`full`, `rapid`, `debug`, `architecture`, `refactoring`, `audit`) are included in the first release.
73
89
  - 🪝 **Hook and session tooling** — includes **8 hooks** for statusline, update checks, context monitoring, memory capture, cost tracking, and related session behavior where the target runtime supports them.
@@ -293,81 +309,83 @@ ALENA works with **30+ AI coding agents**. **12 platforms have full asset parity
293
309
 
294
310
  ## 📚 Complete Asset Catalog
295
311
 
296
- ### 🧠 Skills (32)
312
+ ### 🧠 Skills (35)
297
313
 
298
314
  Skills are deep instructional documents that teach AI agents HOW to think about specific engineering tasks. Each skill contains principles, protocols, anti-patterns, and quality criteria.
299
315
 
300
- #### 🔷 Core Development (8 skills)
316
+ #### 🔷 Core Development (10 skills)
301
317
 
302
318
  | # | Skill | Description |
303
319
  |:---:|:---|:---|
304
320
  | 1 | 💡 **brainstorming** | Creative ideation — mind maps, structured exploration, and divergent thinking before any feature work |
305
- | 2 | 📝 **writing-plans** | Task decompositiondependency-aware plans with effort estimates, risk assessments, and implementation waves |
306
- | 3 | ⚙️ **executing-plans** | Plan executionwave-based implementation with checkpoints, inline verification, and state tracking |
307
- | 4 | 🧪 **test-driven-development** | TDD methodologyred-green-refactor cycle, test architecture, fixture patterns, and coverage strategies |
308
- | 5 | 🐛 **systematic-debugging** | Scientific debugginghypothesis-driven investigation with evidence chains and root cause analysis |
309
- | 6 | 🔍 **code-review** | Structured code review security, performance, correctness checks with severity-based feedback |
310
- | 7 | **verification-before-completion** | Completion gatesautomated checks, compliance verification, and regression testing before marking done |
311
- | 8 | 📦 **git-workflow** | Git best practicesconventional commits, branching strategies, PR workflows, and conflict resolution |
321
+ | 2 | 📄 **write-prd** | Product requirements writing interview-first wrapper skill that turns feature ideas into structured PRDs before engineering planning — ✨ NEW |
322
+ | 3 | 🧭 **lmf** | Learning-first mode flow wrapper skill that combines `brainstorming`, `writing-plans`, and `writing-documentation` into a tutorial-first orchestration pattern — ✨ NEW |
323
+ | 4 | 📝 **writing-plans** | Task decompositiondependency-aware plans with effort estimates, risk assessments, and implementation waves |
324
+ | 5 | ⚙️ **executing-plans** | Plan executionwave-based implementation with checkpoints, inline verification, and state tracking |
325
+ | 6 | 🧪 **test-driven-development** | TDD methodologyred-green-refactor cycle, test architecture, fixture patterns, and coverage strategies |
326
+ | 7 | 🐛 **systematic-debugging** | Scientific debugginghypothesis-driven investigation with evidence chains and root cause analysis |
327
+ | 8 | 🔍 **code-review** | Structured code reviewsecurity, performance, correctness checks with severity-based feedback |
328
+ | 9 | ✅ **verification-before-completion** | Completion gates — automated checks, compliance verification, and regression testing before marking done |
329
+ | 10 | 📦 **git-workflow** | Git best practices — conventional commits, branching strategies, PR workflows, and conflict resolution |
312
330
 
313
331
  #### 🔶 Auditing (10 skills)
314
332
 
315
333
  | # | Skill | Description |
316
334
  |:---:|:---|:---|
317
- | 9 | 🏛️ **architecture-audit** | Architecture review — modularity, coupling, SOLID compliance, dependency direction, and scalability assessment |
318
- | 10 | 🔒 **security-audit** | Security assessment — OWASP top 10, auth flows, input validation, secrets management, and vulnerability scanning |
319
- | 11 | ⚡ **performance-audit** | Performance profiling — N+1 queries, bundle sizes, runtime bottlenecks, caching opportunities, and load testing |
320
- | 12 | 🗄️ **database-audit** | Database health — schema design, indexing strategy, query optimization, migrations, and normalization review |
321
- | 13 | 🎨 **frontend-audit** | Frontend quality — component architecture, state management, rendering efficiency, and responsive design |
322
- | 14 | 🌐 **api-design-audit** | API design review — REST/GraphQL conventions, versioning, error handling, pagination, and documentation |
323
- | 15 | 📦 **dependency-audit** | Dependency health — outdated packages, security vulnerabilities, license compliance, and bundle impact |
324
- | 16 | 📊 **observability-audit** | Observability review — logging strategy, metrics, tracing, alerting, and production debugging capability |
325
- | 17 | ♿ **accessibility-audit** | Accessibility compliance — WCAG standards, keyboard navigation, screen reader support, and color contrast |
326
- | 18 | 🔄 **ci-cd-audit** | CI/CD pipeline review — build times, test reliability, deployment safety, and pipeline optimization |
335
+ | 11 | 🏛️ **architecture-audit** | Architecture review — modularity, coupling, SOLID compliance, dependency direction, and scalability assessment |
336
+ | 12 | 🔒 **security-audit** | Security assessment — OWASP top 10, auth flows, input validation, secrets management, and vulnerability scanning |
337
+ | 13 | ⚡ **performance-audit** | Performance profiling — N+1 queries, bundle sizes, runtime bottlenecks, caching opportunities, and load testing |
338
+ | 14 | 🗄️ **database-audit** | Database health — schema design, indexing strategy, query optimization, migrations, and normalization review |
339
+ | 15 | 🎨 **frontend-audit** | Frontend quality — component architecture, state management, rendering efficiency, and responsive design |
340
+ | 16 | 🌐 **api-design-audit** | API design review — REST/GraphQL conventions, versioning, error handling, pagination, and documentation |
341
+ | 17 | 📦 **dependency-audit** | Dependency health — outdated packages, security vulnerabilities, license compliance, and bundle impact |
342
+ | 18 | 📊 **observability-audit** | Observability review — logging strategy, metrics, tracing, alerting, and production debugging capability |
343
+ | 19 | ♿ **accessibility-audit** | Accessibility compliance — WCAG standards, keyboard navigation, screen reader support, and color contrast |
344
+ | 20 | 🔄 **ci-cd-audit** | CI/CD pipeline review — build times, test reliability, deployment safety, and pipeline optimization |
327
345
 
328
346
  #### 🔷 Evolution (4 skills)
329
347
 
330
348
  | # | Skill | Description |
331
349
  |:---:|:---|:---|
332
- | 19 | ♻️ **refactoring-safely** | Safe refactoring — incremental transformation with test coverage, feature flags, and rollback strategies |
333
- | 20 | 📖 **writing-documentation** | Documentation authoring — API docs, architecture diagrams, README standards, and knowledge transfer |
334
- | 21 | 🗺️ **codebase-mapping** | Codebase analysis — module boundaries, dependency graphs, entry points, and health metrics |
335
- | 22 | 🚨 **incident-response** | Incident handling — triage protocols, root cause analysis, post-mortems, and prevention measures |
350
+ | 21 | ♻️ **refactoring-safely** | Safe refactoring — incremental transformation with test coverage, feature flags, and rollback strategies |
351
+ | 22 | 📖 **writing-documentation** | Documentation authoring — API docs, architecture diagrams, README standards, and knowledge transfer |
352
+ | 23 | 🗺️ **codebase-mapping** | Codebase analysis — module boundaries, dependency graphs, entry points, and health metrics |
353
+ | 24 | 🚨 **incident-response** | Incident handling — triage protocols, root cause analysis, post-mortems, and prevention measures |
336
354
 
337
- #### 🟣 Agent Intelligence (2 skills) — ✨ NEW in v3
355
+ #### 🟣 Agent Intelligence (2 skills)
338
356
 
339
357
  | # | Skill | Description |
340
358
  |:---:|:---|:---|
341
- | 23 | 💾 **persistent-memory** | Automated session memory — captures decisions, context, and learnings across sessions via file-based protocols. Zero infrastructure, works in ANY agent. Inspired by [claude-mem](https://github.com/thedotmack/claude-mem). |
342
- | 24 | 💎 **agent-team-coordination** | **LLM Council** — Manager-orchestrated multi-agent coordination with Memory Module. Manager has full project knowledge (schemas, routes, services), dynamically routes tasks to specialist sub-agents, enables peer communication, handles escalations across 6 council presets. |
359
+ | 25 | 💾 **persistent-memory** | Automated session memory — captures decisions, context, and learnings across sessions via file-based protocols. Zero infrastructure, works in ANY agent. Inspired by [claude-mem](https://github.com/thedotmack/claude-mem). |
360
+ | 26 | 💎 **agent-team-coordination** | **LLM Council** — Manager-orchestrated multi-agent coordination with Memory Module. Manager has full project knowledge (schemas, routes, services), dynamically routes tasks to specialist sub-agents, enables peer communication, handles escalations across 6 council presets. |
343
361
 
344
- #### 🔶 Integration & Completeness (3 skills) — ✨ NEW
362
+ #### 🔶 Integration & Completeness (4 skills)
345
363
 
346
364
  | # | Skill | Description |
347
365
  |:---:|:---|:---|
348
- | 25 | 🔗 **full-stack-api-integration** | End-to-end API integration — spec analysis, surface mapping, SOLID-compliant API layer design, systematic endpoint implementation, and integration testing |
349
- | 26 | 🏥 **product-completeness-audit** | Functional completeness verification — 5-level completeness spectrum, placeholder detection, broken flow identification, and API connection validation |
350
- | 27 | 🔬 **brutal-exhaustive-audit** | No-shortcuts 5-pass audit — build verification, route checking, data flow tracing, user flow testing, and edge case validation with anti-shortcut rules |
366
+ | 27 | 🔗 **full-stack-api-integration** | End-to-end API integration — spec analysis, surface mapping, SOLID-compliant API layer design, systematic endpoint implementation, and integration testing |
367
+ | 28 | 🏥 **product-completeness-audit** | Functional completeness verification — 5-level completeness spectrum, placeholder detection, broken flow identification, and API connection validation |
368
+ | 29 | 🔬 **brutal-exhaustive-audit** | No-shortcuts 5-pass audit — build verification, route checking, data flow tracing, user flow testing, and edge case validation with anti-shortcut rules |
369
+ | 30 | 🔄 **codebase-conformity** | Pattern uniformity enforcement — read existing patterns before writing, match them exactly, and double-verify conformity before claiming done |
351
370
 
352
371
  #### 🔀 Migration (1 skill)
353
372
 
354
373
  | # | Skill | Description |
355
374
  |:---:|:---|:---|
356
- | 28 | 🔀 **nextjs-to-nuxt-migration** | Next.js → Nuxt 4 migration — submodule analysis, backend verification, multi-pass execution (backend wiring → feature completeness → CSS polish → verification), sidebar registration, theme/dark-mode rules, URL encoding, Agent Team File Protocol, and Playwright visual QA |
375
+ | 31 | 🔀 **nextjs-to-nuxt-migration** | Next.js → Nuxt 4 migration — submodule analysis, backend verification, multi-pass execution (backend wiring → feature completeness → CSS polish → verification), sidebar registration, theme/dark-mode rules, URL encoding, Agent Team File Protocol, and Playwright visual QA |
357
376
 
358
377
  #### 🔸 Meta (5 skills)
359
378
 
360
379
  | # | Skill | Description |
361
380
  |:---:|:---|:---|
362
- | 29 | 📘 **using-skills** | How to use and combine skills effectively in your workflow |
363
- | 30 | ✍️ **writing-skills** | How to create new skills — format, quality standards, and testing requirements |
364
- | 31 | 🔄 **codebase-conformity** | Pattern uniformity enforcementread existing patterns before writing, match them exactly, double-verify conformity before claiming done |
365
- | 32 | 🎨 **ui-ux-redesign** | Full-stack visual auditinventories backend APIs, audits every component and design token, analyzes user flows, and produces layered redesign recommendations |
366
- | 33 | 📏 **_rules** | Master rules skill — consolidates core principles, anti-hallucination protocol, severity framework, and skill activation table |
381
+ | 32 | 📘 **using-skills** | How to use and combine skills effectively in your workflow |
382
+ | 33 | ✍️ **writing-skills** | How to create new skills — format, quality standards, and testing requirements |
383
+ | 34 | 🎨 **ui-ux-redesign** | Full-stack visual auditinventories backend APIs, audits every component and design token, analyzes user flows, and produces layered redesign recommendations |
384
+ | 35 | 📏 **_rules** | Master rules skillconsolidates core principles, anti-hallucination protocol, severity framework, and skill activation table |
367
385
 
368
386
  ---
369
387
 
370
- ### ⚡ Commands (34)
388
+ ### ⚡ Commands (36)
371
389
 
372
390
  Commands are Claude Code slash commands (`.md` files installed to `.claude/commands/`). They provide structured workflows for common project tasks.
373
391
 
@@ -376,12 +394,14 @@ Commands are Claude Code slash commands (`.md` files installed to `.claude/comma
376
394
  | Command | Description |
377
395
  |:---|:---|
378
396
  | `/init-project` | 🏗️ Initialize a new project with `.planning/` directory — `PROJECT.md`, `REQUIREMENTS.md`, `ROADMAP.md`, `STATE.md`, `config.json`. Uses `planning-tools.cjs` for deterministic bootstrapping. |
379
- | `/discuss` | 💬 Pre-planning MCQ decision capture — presents multiple-choice questions with recommendations, quick-answer format (`1A 2B 3C`), locks decisions in CONTEXT.md — ✨ NEW |
397
+ | `/discuss` | 💬 Pre-planning MCQ decision capture — presents multiple-choice questions with recommendations, quick-answer format (`1A 2B 3C`), locks decisions in CONTEXT.md |
398
+ | `/prd` | 📄 Product requirements drafting — interview-first flow that uses the local `write-prd` wrapper skill to produce a reusable PRD before implementation planning — ✨ NEW |
399
+ | `/lmf` | 🧭 Learning-first tutorial flow — uses the local `lmf` wrapper skill to combine explanation, planning, and documentation-style guidance before execution — ✨ NEW |
380
400
  | `/plan` | 📋 Create a 2-3 task implementation plan with task anatomy (`<files>` `<action>` `<verify>` `<done>`), context budgets, and locked decision enforcement |
381
401
  | `/execute` | ⚙️ Execute an implementation plan with deviation protocol (4 categories), checkpoint system, and `planning-tools.cjs` state management |
382
402
  | `/verify` | ✅ Validate implementations against plans — automated checks, compliance verification, regression testing, conversational UAT |
383
403
  | `/progress` | 📊 Display project progress, phase status, and task completion from `.planning/` state files |
384
- | `/settings` | ⚙️ View/modify project config — mode (interactive/auto), depth (quick/standard/comprehensive), workflow preferences — ✨ NEW |
404
+ | `/settings` | ⚙️ View/modify project config — mode (interactive/auto), depth (quick/standard/comprehensive), workflow preferences |
385
405
 
386
406
  #### 🔷 Research & Documentation
387
407
 
@@ -418,14 +438,14 @@ Commands are Claude Code slash commands (`.md` files installed to `.claude/comma
418
438
  | `/quick` | ⚡ Execute small, well-defined tasks without full project planning |
419
439
  | `/commit` | 📦 Create well-formatted Conventional Commits with proper scope and body |
420
440
 
421
- #### 🟣 Agent Intelligence — ✨ NEW in v3
441
+ #### 🟣 Agent Intelligence
422
442
 
423
443
  | Command | Description |
424
444
  |:---|:---|
425
445
  | `/memory` | 💾 Persistent memory management — `init`, `read`, `write`, `compress`, `status` operations |
426
446
  | `/team` | 🤝 Multi-role team coordination — `start`, `resume`, `next`, `board`, `status` operations |
427
447
 
428
- #### 🔶 Integration & Auditing — ✨ NEW
448
+ #### 🔶 Integration & Auditing
429
449
 
430
450
  | Command | Description |
431
451
  |:---|:---|
@@ -447,14 +467,16 @@ Commands are Claude Code slash commands (`.md` files installed to `.claude/comma
447
467
 
448
468
  ---
449
469
 
450
- ### 🔄 Workflows (37)
470
+ ### 🔄 Workflows (39)
451
471
 
452
472
  Workflows are Antigravity step-by-step execution scripts (`.md` files installed to `.agent/workflows/`). Many include `// turbo` annotations for auto-execution.
453
473
 
454
474
  | Workflow | Description |
455
475
  |:---|:---|
456
476
  | `/init-project` | 🏗️ Initialize project with `.planning/` structure |
457
- | `/discuss` | 💬 Pre-planning MCQ discussion with quick-answer — ✨ NEW |
477
+ | `/discuss` | 💬 Pre-planning MCQ discussion with quick-answer |
478
+ | `/prd` | 📄 Product requirements workflow that mirrors the local `write-prd` wrapper skill in Antigravity — ✨ NEW |
479
+ | `/lmf` | 🧭 Learning-first tutorial workflow that mirrors the local `lmf` wrapper skill in Antigravity — ✨ NEW |
458
480
  | `/plan-feature` | 📋 Plan a feature with research, design, and task decomposition |
459
481
  | `/execute` | ⚙️ Execute plans with wave-based steps and verification |
460
482
  | `/verify` | ✅ Validate implementation against plans |
@@ -478,13 +500,13 @@ Workflows are Antigravity step-by-step execution scripts (`.md` files installed
478
500
  | `/codebase-map` | 🗺️ Codebase analysis and mapping |
479
501
  | `/deps-update` | 📦 Dependency updates |
480
502
  | `/incident-response` | 🚨 Incident triage and response |
481
- | `/memory-sync` | 💾 Memory read/write/compress operations — ✨ NEW |
482
- | `/team-session` | 🤝 Multi-role team coordination — ✨ NEW |
483
- | `/integrate-api` | 🔗 Full-stack API integration workflow — ✨ NEW |
484
- | `/product-health-check` | 🏥 Product completeness audit workflow — ✨ NEW |
485
- | `/deep-audit` | 🔬 Brutal exhaustive audit workflow — ✨ NEW |
486
- | `/redesign` | 🎨 Full UI/UX redesign workflow — ✨ NEW |
487
- | `/gap-closure` | 🔧 Close execution gaps with focused mini-plans — ✨ NEW |
503
+ | `/memory-sync` | 💾 Memory read/write/compress operations |
504
+ | `/team-session` | 🤝 Multi-role team coordination |
505
+ | `/integrate-api` | 🔗 Full-stack API integration workflow |
506
+ | `/product-health-check` | 🏥 Product completeness audit workflow |
507
+ | `/deep-audit` | 🔬 Brutal exhaustive audit workflow |
508
+ | `/redesign` | 🎨 Full UI/UX redesign workflow |
509
+ | `/gap-closure` | 🔧 Close execution gaps with focused mini-plans |
488
510
 
489
511
  ---
490
512
 
@@ -520,8 +542,8 @@ Cursor rules are `.mdc` files installed to `.cursor/rules/`. They guide Cursor A
520
542
  | 🗄️ **database** | Database rules — schema design, indexing, query optimization, migrations |
521
543
  | 🧪 **testing** | Testing standards — coverage requirements, fixture patterns, assertion quality |
522
544
  | 🔍 **code-review** | Code review checklist — automated and manual review criteria |
523
- | 💾 **memory-protocol** | Persistent memory — auto-read MEMORY.md on start, auto-write on end — ✨ NEW |
524
- | 🤝 **team-protocol** | Team coordination — sequential role-switching with blackboard — ✨ NEW |
545
+ | 💾 **memory-protocol** | Persistent memory — auto-read MEMORY.md on start, auto-write on end |
546
+ | 🤝 **team-protocol** | Team coordination — sequential role-switching with blackboard |
525
547
 
526
548
  ---
527
549
 
@@ -534,8 +556,8 @@ Universal rules (`.md` files) that can be appended to `GEMINI.md`, `CLAUDE.md`,
534
556
  | 🏗️ **core-principles** | Foundational engineering principles — SOLID, DRY, KISS, YAGNI, and clean architecture |
535
557
  | 🚫 **anti-hallucination** | Verification-first protocol — never fabricate APIs, paths, or configs |
536
558
  | ⚖️ **severity-framework** | Issue severity classification — critical/major/minor/nit with response criteria |
537
- | 💾 **memory-protocol** | Persistent memory instructions — auto-read and auto-write `.planning/MEMORY.md` — ✨ NEW |
538
- | 🤝 **team-protocol** | Team coordination instructions — role-switching and blackboard protocol — ✨ NEW |
559
+ | 💾 **memory-protocol** | Persistent memory instructions — auto-read and auto-write `.planning/MEMORY.md` |
560
+ | 🤝 **team-protocol** | Team coordination instructions — role-switching and blackboard protocol |
539
561
 
540
562
  ---
541
563
 
@@ -671,21 +693,21 @@ AI coding tasks fail at scale because no single agent can hold all context: data
671
693
 
672
694
  ```
673
695
  alena/
674
- ├── 📂 skills/ # 32 deep instructional skills
696
+ ├── 📂 skills/ # 35 deep instructional skills
675
697
  │ ├── brainstorming/SKILL.md
676
698
  │ ├── writing-plans/SKILL.md # Plans-as-prompts with task anatomy
677
699
  │ ├── executing-plans/SKILL.md # Deviation protocol + checkpoints
678
700
  │ ├── persistent-memory/SKILL.md
679
701
  │ ├── agent-team-coordination/SKILL.md
680
702
  │ └── ... (26 more)
681
- ├── 📂 commands/ # 34 Claude Code slash commands
703
+ ├── 📂 commands/ # 36 Claude Code slash commands
682
704
  │ ├── init-project.md
683
705
  │ ├── discuss.md ✨ MCQ decision capture
684
706
  │ ├── settings.md ✨ Config management
685
707
  │ ├── memory.md
686
708
  │ ├── team.md
687
709
  │ └── ... (23 more)
688
- ├── 📂 workflows/ # 37 Antigravity workflows
710
+ ├── 📂 workflows/ # 39 Antigravity workflows
689
711
  │ ├── init-project.md
690
712
  │ ├── discuss.md ✨ MCQ discussion workflow
691
713
  │ ├── gap-closure.md ✨ Execution gap closure
@@ -737,6 +759,8 @@ npx @radenadri/skills-alena add --global
737
759
 
738
760
  # Install specific skills
739
761
  npx @radenadri/skills-alena add persistent-memory code-review
762
+ npx @radenadri/skills-alena add lmf brainstorming writing-plans writing-documentation
763
+ npx @radenadri/skills-alena add write-prd brainstorming writing-documentation
740
764
 
741
765
  # Update all skills to latest version
742
766
  npx @radenadri/skills-alena update
@@ -780,6 +804,8 @@ npx @radenadri/skills-alena help
780
804
  | **GEMINI.md** | Appends activation section (preserves your content). Updates on re-install. | ❌ Skipped |
781
805
  | **Memory** | Never installed (created at runtime per-project). | ❌ Never installed |
782
806
 
807
+ If you want the full local experience, install locally so wrapper skills can be paired with their agent-specific surfaces. That applies to both `lmf` and PRD drafting: global install includes the `lmf` and `write-prd` skills, but the Claude Code `/lmf` and `/prd` commands plus the Antigravity `/lmf` and `/prd` workflows are local-only surfaces.
808
+
783
809
  ### What Gets Installed Where
784
810
 
785
811
  | Asset Type | Claude Code | Cursor | Antigravity |
@@ -798,9 +824,15 @@ npx @radenadri/skills-alena help
798
824
  |:---|:---|
799
825
  | [🌐 Website](https://alena.radenadri.xyz) | Product homepage and primary landing page |
800
826
  | [📖 Wiki](https://github.com/radenadri/skills-alena/wiki) | Comprehensive GitHub Wiki with guides and reference |
827
+ | [`skills/write-prd/SKILL.md`](skills/write-prd/SKILL.md) | Local wrapper skill for interview-first PRD creation |
828
+ | [`commands/prd.md`](commands/prd.md) | Claude Code `/prd` product requirements command |
829
+ | [`workflows/prd.md`](workflows/prd.md) | Antigravity `/prd` product requirements workflow |
830
+ | [`skills/lmf/SKILL.md`](skills/lmf/SKILL.md) | Local wrapper skill for the `lmf` orchestrator pattern |
831
+ | [`commands/lmf.md`](commands/lmf.md) | Claude Code `/lmf` learning-first command |
832
+ | [`workflows/lmf.md`](workflows/lmf.md) | Antigravity `/lmf` learning-first workflow |
801
833
  | [Agent Teams & Memory](docs/AGENT-TEAMS-AND-MEMORY.md) | Comprehensive guide to the team coordination and persistent memory systems |
802
834
  | [Competitive Analysis](docs/COMPETITIVE_ANALYSIS.md) | Analysis of GSD, Claude Code, Cursor, and Antigravity frameworks |
803
- | [Audit Report](docs/AUDIT-REPORT.md) | Comprehensive 10/10 quality audit of all 29 skills |
835
+ | [Audit Report](docs/AUDIT-REPORT.md) | Comprehensive quality audit report for the ALENA skill library |
804
836
  | [Contributing](CONTRIBUTING.md) | How to contribute to this project |
805
837
  | [Changelog](CHANGELOG.md) | Version history and release notes |
806
838
 
@@ -810,9 +842,9 @@ npx @radenadri/skills-alena help
810
842
 
811
843
  | Metric | Count |
812
844
  |:---:|:---:|
813
- | 🧠 Skills | **32** |
814
- | ⚡ Commands | **34** |
815
- | 🔄 Workflows | **37** |
845
+ | 🧠 Skills | **35** |
846
+ | ⚡ Commands | **36** |
847
+ | 🔄 Workflows | **39** |
816
848
  | 🤖 Agents | **9** |
817
849
  | 🎯 Cursor Rules | **10** |
818
850
  | 📏 Rules | **5** |
@@ -0,0 +1,36 @@
1
+ ---
2
+ name: lmf
3
+ description: "Run the learning-first /lmf flow for tutorial-style planning and explanation before execution."
4
+ disable-model-invocation: true
5
+ argument-hint: "[topic-or-task]"
6
+ ---
7
+
8
+ # /lmf - Learning-First Tutorial Flow
9
+
10
+ Guide the user through the request in a tutorial-first way using the local `lmf` wrapper skill.
11
+
12
+ ## Instructions
13
+
14
+ 1. Read `skills/lmf/SKILL.md` and follow it exactly.
15
+ 2. Use the request in `$ARGUMENTS` as the topic to explain, plan, or teach.
16
+ 3. Build the response around this order:
17
+ - What this actually is
18
+ - Mental model
19
+ - Recommended path
20
+ - Step-by-step actions
21
+ - Next move
22
+ 4. Compose the existing ALENA skills inside the response:
23
+ - `brainstorming` for intent and trade-offs
24
+ - `writing-plans` for the ordered implementation path
25
+ - `writing-documentation` for clarity and reuse
26
+ 5. Keep the output local-first and tutorial-first:
27
+ - Explain before optimizing
28
+ - Be specific to the current request and codebase
29
+ - Use small examples only when they reduce ambiguity
30
+ - Do not turn `/lmf` into a shell-script or helper-script instruction
31
+
32
+ ## Success Criteria
33
+
34
+ - The user understands the problem shape before seeing the steps
35
+ - The response contains a clear recommendation with trade-offs
36
+ - The next action is explicit enough to execute immediately
@@ -0,0 +1,35 @@
1
+ ---
2
+ name: prd
3
+ description: "Create a product requirements document through an interview-first PRD workflow."
4
+ disable-model-invocation: true
5
+ argument-hint: "[feature-or-product-problem]"
6
+ ---
7
+
8
+ # /prd - Product Requirements Document
9
+
10
+ Create a structured PRD using the local `write-prd` wrapper skill.
11
+
12
+ ## Instructions
13
+
14
+ 1. Read `skills/write-prd/SKILL.md` and follow it exactly.
15
+ 2. Use `$ARGUMENTS` as the starting feature idea, product problem, or PRD topic.
16
+ 3. Interview before drafting:
17
+ - clarify the user
18
+ - clarify the problem
19
+ - clarify goals and non-goals
20
+ - clarify constraints, risks, and success definition
21
+ 4. Compose ALENA's underlying logic:
22
+ - `brainstorming` for discovery and trade-offs
23
+ - `writing-documentation` for the final PRD structure and clarity
24
+ - `writing-plans` only as a handoff suggestion after the PRD is accepted
25
+ 5. Keep the output product-first:
26
+ - write requirements as outcomes, not code tasks
27
+ - call out assumptions and open questions
28
+ - include explicit non-goals
29
+ - end with the next recommended step
30
+
31
+ ## Success Criteria
32
+
33
+ - The PRD is grounded in an interview, not guesswork
34
+ - The document is understandable without the full chat history
35
+ - The output is a real product artifact, not an implementation checklist
package/dist/cli.js CHANGED
@@ -287,6 +287,8 @@ var AGENTS = [
287
287
  var SKILL_CATEGORIES = {
288
288
  "Core Development": [
289
289
  "brainstorming",
290
+ "lmf",
291
+ "write-prd",
290
292
  "writing-plans",
291
293
  "executing-plans",
292
294
  "test-driven-development",
@@ -479,14 +481,15 @@ Skills activate automatically when their conditions are met. You MUST use the re
479
481
  content += `
480
482
  ### Workflows
481
483
 
482
- Workflows are installed in \`${agent.workflowsDir}/\`. Use \`/workflow-name\` to execute them. Workflows with \`// turbo\` annotations auto-run safe steps.
484
+ Workflows are installed in \`${agent.workflowsDir}/\`. Use \`/workflow-name\` to execute them. Workflows with \`// turbo\` annotations auto-run safe steps. Use \`/lmf\` for learning-first tutorial and explanation flow.
485
+ Workflows are installed in \`${agent.workflowsDir}/\`. Use \`/workflow-name\` to execute them. Workflows with \`// turbo\` annotations auto-run safe steps. Use \`/lmf\` for learning-first tutorial and explanation flow, and \`/prd\` for interview-first product requirements drafting.
483
486
  `;
484
487
  }
485
488
  if (hasCommands) {
486
489
  content += `
487
490
  ### Commands
488
491
 
489
- Slash commands are available in \`${agent.commandsDir}/\`. Key commands include: \`/audit\`, \`/debug\`, \`/plan\`, \`/execute\`, \`/verify\`, \`/commit\`, \`/team\`, \`/memory\`.
492
+ Slash commands are available in \`${agent.commandsDir}/\`. Key commands include: \`/audit\`, \`/debug\`, \`/lmf\`, \`/prd\`, \`/plan\`, \`/execute\`, \`/verify\`, \`/commit\`, \`/team\`, \`/memory\`.
490
493
  `;
491
494
  }
492
495
  if (hasAgentDefs) {