@jaimevalasek/aioson 1.18.0 → 1.20.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/package.json +1 -1
- package/src/cli.js +121 -9
- package/src/commands/feature-archive.js +165 -48
- package/src/constants.js +73 -0
- package/src/i18n/messages/en.js +24 -7
- package/src/i18n/messages/es.js +18 -1
- package/src/i18n/messages/fr.js +18 -1
- package/src/i18n/messages/pt-BR.js +24 -7
- package/template/.aioson/agents/dev.md +2 -0
- package/template/.aioson/agents/deyvin.md +1 -0
- package/template/.claude/commands/aioson/agent/analyst.md +16 -5
- package/template/.claude/commands/aioson/agent/architect.md +17 -5
- package/template/.claude/commands/aioson/agent/briefing.md +16 -5
- package/template/.claude/commands/aioson/agent/committer.md +16 -5
- package/template/.claude/commands/aioson/agent/copywriter.md +16 -5
- package/template/.claude/commands/aioson/agent/design-hybrid-forge.md +16 -5
- package/template/.claude/commands/aioson/agent/dev.md +18 -5
- package/template/.claude/commands/aioson/agent/deyvin.md +16 -5
- package/template/.claude/commands/aioson/agent/discover.md +16 -5
- package/template/.claude/commands/aioson/agent/discovery-design-doc.md +16 -5
- package/template/.claude/commands/aioson/agent/genome.md +16 -5
- package/template/.claude/commands/aioson/agent/neo.md +16 -5
- package/template/.claude/commands/aioson/agent/orache.md +16 -5
- package/template/.claude/commands/aioson/agent/orchestrator.md +21 -5
- package/template/.claude/commands/aioson/agent/pair.md +16 -5
- package/template/.claude/commands/aioson/agent/pentester.md +22 -5
- package/template/.claude/commands/aioson/agent/pm.md +20 -5
- package/template/.claude/commands/aioson/agent/product.md +16 -5
- package/template/.claude/commands/aioson/agent/profiler-enricher.md +16 -5
- package/template/.claude/commands/aioson/agent/profiler-forge.md +16 -5
- package/template/.claude/commands/aioson/agent/profiler-researcher.md +16 -5
- package/template/.claude/commands/aioson/agent/qa.md +16 -5
- package/template/.claude/commands/aioson/agent/setup.md +16 -5
- package/template/.claude/commands/aioson/agent/sheldon.md +16 -5
- package/template/.claude/commands/aioson/agent/site-forge.md +16 -5
- package/template/.claude/commands/aioson/agent/squad.md +16 -5
- package/template/.claude/commands/aioson/agent/tester.md +16 -5
- package/template/.claude/commands/aioson/agent/ux-ui.md +19 -5
- package/template/.claude/commands/aioson/agent/validator.md +17 -5
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Discovery and design doc generation"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Discovery and design doc generation"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@discovery-design-doc — Discovery and design doc generation
|
|
9
|
+
Usage: /aioson:agent:discovery-design-doc [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/context/project.context.md
|
|
12
|
+
Produces: .aioson/context/design-doc.md + .aioson/context/readiness.md
|
|
13
|
+
Instruction file: .aioson/agents/discovery-design-doc.md
|
|
14
|
+
CLI help: aioson agent:help discovery-design-doc
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/discovery-design-doc.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Domain genome creation and application"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Domain genome creation and application"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@genome — Domain genome creation and application
|
|
9
|
+
Usage: /aioson:agent:genome [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
(none)
|
|
12
|
+
Produces: .aioson/genomes/[slug].md + .aioson/genomes/[slug].meta.json + optional binding in .aioson/squads/{slug}/squad.md or .aioson/squads/{slug}/squad.manifest.json
|
|
13
|
+
Instruction file: .aioson/agents/genome.md
|
|
14
|
+
CLI help: aioson agent:help genome
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/genome.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — System router: see the full picture, get guided to the right agent"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — System router: see the full picture, get guided to the right agent"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@neo — System router: see the full picture, get guided to the right agent
|
|
9
|
+
Usage: /aioson:agent:neo [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/context/project.context.md
|
|
12
|
+
Produces: routing decision + agent handoff
|
|
13
|
+
Instruction file: .aioson/agents/neo.md
|
|
14
|
+
CLI help: aioson agent:help neo
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/neo.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Domain investigation and strategic research"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Domain investigation and strategic research"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@orache — Domain investigation and strategic research
|
|
9
|
+
Usage: /aioson:agent:orache [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
(none)
|
|
12
|
+
Produces: squad-searches/{squad-slug}/investigation-{date}.md or squad-searches/standalone/{domain-slug}-{date}.md
|
|
13
|
+
Instruction file: .aioson/agents/orache.md
|
|
14
|
+
CLI help: aioson agent:help orache
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/orache.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,21 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Session protocol and parallel execution (MEDIUM)"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Session protocol and parallel execution (MEDIUM)"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@orchestrator — Session protocol and parallel execution (MEDIUM)
|
|
9
|
+
Usage: /aioson:agent:orchestrator [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/context/project.context.md
|
|
12
|
+
.aioson/context/discovery.md
|
|
13
|
+
.aioson/context/architecture.md
|
|
14
|
+
.aioson/context/prd.md or .aioson/context/prd-{slug}.md
|
|
15
|
+
.aioson/context/ui-spec.md (when present)
|
|
16
|
+
.aioson/context/implementation-plan.md or implementation-plan-{slug}.md (when present)
|
|
17
|
+
Produces: .aioson/context/parallel/*.status.md
|
|
18
|
+
Instruction file: .aioson/agents/orchestrator.md
|
|
19
|
+
CLI help: aioson agent:help orchestrator
|
|
20
|
+
|
|
21
|
+
Otherwise: Read `.aioson/agents/orchestrator.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Pair programming partner (alias: deyvin)"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Pair programming partner (alias: deyvin)"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@deyvin — Pair programming partner for continuity sessions (aliases: pair)
|
|
9
|
+
Usage: /aioson:agent:pair [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/context/project.context.md
|
|
12
|
+
Produces: small code changes + continuity notes in spec.md + runtime logs/tasks
|
|
13
|
+
Instruction file: .aioson/agents/deyvin.md
|
|
14
|
+
CLI help: aioson agent:help pair
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/deyvin.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,22 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Adversarial security review and threat-surface mapping"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Adversarial security review and threat-surface mapping"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@pentester — Adversarial security review and threat-surface mapping
|
|
9
|
+
Usage: /aioson:agent:pentester [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/context/project.context.md
|
|
12
|
+
.aioson/context/spec-{slug}.md (active feature)
|
|
13
|
+
Produces: .aioson/context/security-findings-{slug}.json
|
|
14
|
+
|
|
15
|
+
Agent-specific options:
|
|
16
|
+
--mode=framework_target|app_target Target mode for security review
|
|
17
|
+
--feature=<slug> Feature slug (required for app_target)
|
|
18
|
+
--scope=<scope> Target scope (required for app_target)
|
|
19
|
+
Instruction file: .aioson/agents/pentester.md
|
|
20
|
+
CLI help: aioson agent:help pentester
|
|
21
|
+
|
|
22
|
+
Otherwise: Read `.aioson/agents/pentester.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,20 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Backlog and user stories (MEDIUM only)"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Backlog and user stories (MEDIUM only)"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@pm — Backlog and user stories (MEDIUM only)
|
|
9
|
+
Usage: /aioson:agent:pm [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/context/project.context.md
|
|
12
|
+
.aioson/context/prd.md or .aioson/context/prd-{slug}.md
|
|
13
|
+
.aioson/context/discovery.md
|
|
14
|
+
.aioson/context/architecture.md
|
|
15
|
+
.aioson/context/ui-spec.md (when present)
|
|
16
|
+
Produces: .aioson/context/prd.md or prd-{slug}.md (enriched with delivery plan and acceptance criteria)
|
|
17
|
+
Instruction file: .aioson/agents/pm.md
|
|
18
|
+
CLI help: aioson agent:help pm
|
|
19
|
+
|
|
20
|
+
Otherwise: Read `.aioson/agents/pm.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Product vision, PRD and feature scoping"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Product vision, PRD and feature scoping"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@product — Product vision, PRD and feature scoping
|
|
9
|
+
Usage: /aioson:agent:product [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/context/project.context.md
|
|
12
|
+
Produces: .aioson/context/prd.md or .aioson/context/prd-{slug}.md (PRD base)
|
|
13
|
+
Instruction file: .aioson/agents/product.md
|
|
14
|
+
CLI help: aioson agent:help product
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/product.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Clone profiler: enrichment phase"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Clone profiler: enrichment phase"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@profiler-enricher — Clone profiler: enrichment phase
|
|
9
|
+
Usage: /aioson:agent:profiler-enricher [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/profiler-reports/{person-slug}/research-report.md
|
|
12
|
+
Produces: .aioson/profiler-reports/{person-slug}/enriched-profile.md
|
|
13
|
+
Instruction file: .aioson/agents/profiler-enricher.md
|
|
14
|
+
CLI help: aioson agent:help profiler-enricher
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/profiler-enricher.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Clone profiler: forge and validate"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Clone profiler: forge and validate"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@profiler-forge — Clone profiler: forge and validate
|
|
9
|
+
Usage: /aioson:agent:profiler-forge [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/profiler-reports/{person-slug}/enriched-profile.md
|
|
12
|
+
Produces: .aioson/genomes/{person-slug}-{domain-slug}.md + .aioson/genomes/{person-slug}-{domain-slug}.meta.json + .aioson/advisors/{person-slug}-advisor.md
|
|
13
|
+
Instruction file: .aioson/agents/profiler-forge.md
|
|
14
|
+
CLI help: aioson agent:help profiler-forge
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/profiler-forge.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Clone profiler: research phase"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Clone profiler: research phase"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@profiler-researcher — Clone profiler: research phase
|
|
9
|
+
Usage: /aioson:agent:profiler-researcher [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
(none)
|
|
12
|
+
Produces: .aioson/profiler-reports/{person-slug}/research-report.md
|
|
13
|
+
Instruction file: .aioson/agents/profiler-researcher.md
|
|
14
|
+
CLI help: aioson agent:help profiler-researcher
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/profiler-researcher.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Risk-first review and test generation (SMALL/MEDIUM)"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Risk-first review and test generation (SMALL/MEDIUM)"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@qa — Risk-first review and test generation (SMALL/MEDIUM)
|
|
9
|
+
Usage: /aioson:agent:qa [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/context/discovery.md
|
|
12
|
+
Produces: QA report
|
|
13
|
+
Instruction file: .aioson/agents/qa.md
|
|
14
|
+
CLI help: aioson agent:help qa
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/qa.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Project onboarding and context setup"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Project onboarding and context setup"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@setup — Project onboarding and context setup
|
|
9
|
+
Usage: /aioson:agent:setup [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
(none)
|
|
12
|
+
Produces: .aioson/context/project.context.md
|
|
13
|
+
Instruction file: .aioson/agents/setup.md
|
|
14
|
+
CLI help: aioson agent:help setup
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/setup.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Deep technical analysis and architecture review"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Deep technical analysis and architecture review"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@sheldon — Deep technical analysis and architecture review
|
|
9
|
+
Usage: /aioson:agent:sheldon [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/context/project.context.md
|
|
12
|
+
Produces: enriched PRD or architecture review
|
|
13
|
+
Instruction file: .aioson/agents/sheldon.md
|
|
14
|
+
CLI help: aioson agent:help sheldon
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/sheldon.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Clone, extract, and forge sites and design skills from any URL"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Clone, extract, and forge sites and design skills from any URL"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@site-forge — Clone, extract, and forge sites and design skills from any URL
|
|
9
|
+
Usage: /aioson:agent:site-forge [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/context/project.context.md
|
|
12
|
+
Produces: src/components/*.tsx + src/app/page.tsx + docs/research/{hostname}/ + public/images/{hostname}/
|
|
13
|
+
Instruction file: .aioson/agents/site-forge.md
|
|
14
|
+
CLI help: aioson agent:help site-forge
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/site-forge.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Squad assembly and management"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Squad assembly and management"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@squad — Squad assembly and management
|
|
9
|
+
Usage: /aioson:agent:squad [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
(none)
|
|
12
|
+
Produces: .aioson/squads/{slug}/squad.manifest.json + .aioson/squads/{slug}/squad.md + .aioson/squads/{slug}/agents/ + .aioson/squads/{slug}/workers/ + .aioson/squads/{slug}/workflows/ + .aioson/squads/{slug}/checklists/ + .aioson/squads/{slug}/skills/ + .aioson/squads/{slug}/templates/ + .aioson/squads/{slug}/docs/ + output/{slug}/{session-id}.html + output/{slug}/{content-key}/content.json + output/{slug}/{content-key}/index.html + output/{slug}/latest.html + aioson-logs/{slug}/ + media/{slug}/
|
|
13
|
+
Instruction file: .aioson/agents/squad.md
|
|
14
|
+
CLI help: aioson agent:help squad
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/squad.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Systematic test engineering for implemented apps (all sizes)"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Systematic test engineering for implemented apps (all sizes)"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@tester — Systematic test engineering for implemented apps (all sizes)
|
|
9
|
+
Usage: /aioson:agent:tester [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/context/project.context.md
|
|
12
|
+
Produces: .aioson/context/test-inventory.md + .aioson/context/test-plan.md
|
|
13
|
+
Instruction file: .aioson/agents/tester.md
|
|
14
|
+
CLI help: aioson agent:help tester
|
|
15
|
+
|
|
16
|
+
Otherwise: Read `.aioson/agents/tester.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,19 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — UI/UX design system and component spec (SMALL/MEDIUM)"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — UI/UX design system and component spec (SMALL/MEDIUM)"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@ux-ui — UI/UX design system and component spec (SMALL/MEDIUM)
|
|
9
|
+
Usage: /aioson:agent:ux-ui [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/context/project.context.md
|
|
12
|
+
.aioson/context/prd.md or .aioson/context/prd-{slug}.md
|
|
13
|
+
.aioson/context/discovery.md
|
|
14
|
+
.aioson/context/architecture.md
|
|
15
|
+
Produces: .aioson/context/ui-spec.md + Visual identity enrichment in prd.md or prd-{slug}.md
|
|
16
|
+
Instruction file: .aioson/agents/ux-ui.md
|
|
17
|
+
CLI help: aioson agent:help ux-ui
|
|
18
|
+
|
|
19
|
+
Otherwise: Read `.aioson/agents/ux-ui.md` and follow all instructions. $ARGUMENTS
|
|
@@ -1,5 +1,17 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: "AIOSON — Technical validation against success contract"
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
---
|
|
2
|
+
description: "AIOSON — Technical validation against success contract"
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
If $ARGUMENTS is exactly "--help" or starts with "--help":
|
|
6
|
+
Do NOT activate the agent. Instead, display this help and stop:
|
|
7
|
+
|
|
8
|
+
@validator — Technical validation against success contract
|
|
9
|
+
Usage: /aioson:agent:validator [task description]
|
|
10
|
+
Requires:
|
|
11
|
+
.aioson/plans/{slug}/harness-contract.json
|
|
12
|
+
.aioson/plans/{slug}/progress.json
|
|
13
|
+
Produces: .aioson/plans/{slug}/last-validator-output.json
|
|
14
|
+
Instruction file: .aioson/agents/validator.md
|
|
15
|
+
CLI help: aioson agent:help validator
|
|
16
|
+
|
|
17
|
+
Otherwise: Read `.aioson/agents/validator.md` and follow all instructions. $ARGUMENTS
|