@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.
- package/LICENSE +21 -0
- package/README.md +234 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1353 -0
- package/dist/index.js.map +1 -0
- package/package.json +75 -0
- package/templates/awa/.agent/skills/awa-architecture/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-brainstorm/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-code/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-design/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-documentation/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-examples/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-feature/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-plan/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-refactor/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-requirements/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-tasks/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-upgrade/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-validate-alignment/SKILL.md +3 -0
- package/templates/awa/.agent/skills/awa-vibe/SKILL.md +3 -0
- package/templates/awa/.agent/workflows/awa-architecture.md +3 -0
- package/templates/awa/.agent/workflows/awa-brainstorm.md +3 -0
- package/templates/awa/.agent/workflows/awa-code.md +3 -0
- package/templates/awa/.agent/workflows/awa-design.md +3 -0
- package/templates/awa/.agent/workflows/awa-documentation.md +3 -0
- package/templates/awa/.agent/workflows/awa-examples.md +3 -0
- package/templates/awa/.agent/workflows/awa-feature.md +3 -0
- package/templates/awa/.agent/workflows/awa-plan.md +3 -0
- package/templates/awa/.agent/workflows/awa-refactor.md +3 -0
- package/templates/awa/.agent/workflows/awa-requirements.md +3 -0
- package/templates/awa/.agent/workflows/awa-tasks.md +3 -0
- package/templates/awa/.agent/workflows/awa-upgrade.md +3 -0
- package/templates/awa/.agent/workflows/awa-validate-alignment.md +3 -0
- package/templates/awa/.agent/workflows/awa-vibe.md +3 -0
- package/templates/awa/.agents/skills/awa-architecture/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-brainstorm/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-code/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-design/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-documentation/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-examples/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-feature/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-plan/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-refactor/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-requirements/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-tasks/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-upgrade/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-validate-alignment/SKILL.md +3 -0
- package/templates/awa/.agents/skills/awa-vibe/SKILL.md +3 -0
- package/templates/awa/.awa/.agent/awa.core.md +1 -0
- package/templates/awa/.awa/.agent/schemas/ALIGN_REPORT.schema.md +156 -0
- package/templates/awa/.awa/.agent/schemas/API.schema.md +4 -0
- package/templates/awa/.awa/.agent/schemas/ARCHITECTURE.schema.md +176 -0
- package/templates/awa/.awa/.agent/schemas/DESIGN.schema.md +253 -0
- package/templates/awa/.awa/.agent/schemas/EXAMPLES.schema.md +51 -0
- package/templates/awa/.awa/.agent/schemas/FEAT.schema.md +61 -0
- package/templates/awa/.awa/.agent/schemas/PLAN.schema.md +8 -0
- package/templates/awa/.awa/.agent/schemas/README.schema.md +133 -0
- package/templates/awa/.awa/.agent/schemas/REQ.schema.md +125 -0
- package/templates/awa/.awa/.agent/schemas/TASK.schema.md +137 -0
- package/templates/awa/.claude/agents/awa.md +14 -0
- package/templates/awa/.claude/skills/awa-architecture/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-brainstorm/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-code/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-design/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-documentation/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-examples/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-feature/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-plan/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-refactor/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-requirements/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-tasks/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-upgrade/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-validate-alignment/SKILL.md +3 -0
- package/templates/awa/.claude/skills/awa-vibe/SKILL.md +3 -0
- package/templates/awa/.codex/prompts/awa-architecture.md +3 -0
- package/templates/awa/.codex/prompts/awa-brainstorm.md +3 -0
- package/templates/awa/.codex/prompts/awa-code.md +3 -0
- package/templates/awa/.codex/prompts/awa-design.md +3 -0
- package/templates/awa/.codex/prompts/awa-documentation.md +3 -0
- package/templates/awa/.codex/prompts/awa-examples.md +3 -0
- package/templates/awa/.codex/prompts/awa-feature.md +3 -0
- package/templates/awa/.codex/prompts/awa-plan.md +3 -0
- package/templates/awa/.codex/prompts/awa-refactor.md +3 -0
- package/templates/awa/.codex/prompts/awa-requirements.md +3 -0
- package/templates/awa/.codex/prompts/awa-tasks.md +3 -0
- package/templates/awa/.codex/prompts/awa-upgrade.md +3 -0
- package/templates/awa/.codex/prompts/awa-validate-alignment.md +3 -0
- package/templates/awa/.codex/prompts/awa-vibe.md +3 -0
- package/templates/awa/.cursor/rules/awa-agent.md +14 -0
- package/templates/awa/.cursor/rules/awa-architecture.md +8 -0
- package/templates/awa/.cursor/rules/awa-brainstorm.md +8 -0
- package/templates/awa/.cursor/rules/awa-code.md +8 -0
- package/templates/awa/.cursor/rules/awa-design.md +8 -0
- package/templates/awa/.cursor/rules/awa-documentation.md +8 -0
- package/templates/awa/.cursor/rules/awa-examples.md +8 -0
- package/templates/awa/.cursor/rules/awa-feature.md +8 -0
- package/templates/awa/.cursor/rules/awa-plan.md +8 -0
- package/templates/awa/.cursor/rules/awa-refactor.md +8 -0
- package/templates/awa/.cursor/rules/awa-requirements.md +8 -0
- package/templates/awa/.cursor/rules/awa-tasks.md +8 -0
- package/templates/awa/.cursor/rules/awa-upgrade.md +8 -0
- package/templates/awa/.cursor/rules/awa-validate-alignment.md +8 -0
- package/templates/awa/.cursor/rules/awa-vibe.md +8 -0
- package/templates/awa/.gemini/commands/awa-architecture.md +3 -0
- package/templates/awa/.gemini/commands/awa-brainstorm.md +3 -0
- package/templates/awa/.gemini/commands/awa-code.md +3 -0
- package/templates/awa/.gemini/commands/awa-design.md +3 -0
- package/templates/awa/.gemini/commands/awa-documentation.md +3 -0
- package/templates/awa/.gemini/commands/awa-examples.md +3 -0
- package/templates/awa/.gemini/commands/awa-feature.md +3 -0
- package/templates/awa/.gemini/commands/awa-plan.md +3 -0
- package/templates/awa/.gemini/commands/awa-refactor.md +3 -0
- package/templates/awa/.gemini/commands/awa-requirements.md +3 -0
- package/templates/awa/.gemini/commands/awa-tasks.md +3 -0
- package/templates/awa/.gemini/commands/awa-upgrade.md +3 -0
- package/templates/awa/.gemini/commands/awa-validate-alignment.md +3 -0
- package/templates/awa/.gemini/commands/awa-vibe.md +3 -0
- package/templates/awa/.gemini/skills/awa-architecture/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-brainstorm/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-code/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-design/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-documentation/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-examples/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-feature/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-plan/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-refactor/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-requirements/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-tasks/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-upgrade/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-validate-alignment/SKILL.md +3 -0
- package/templates/awa/.gemini/skills/awa-vibe/SKILL.md +3 -0
- package/templates/awa/.github/agents/awa.agent.md +14 -0
- package/templates/awa/.github/prompts/awa.architecture.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.brainstorm.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.code.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.design.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.documentation.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.examples.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.feature.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.plan.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.refactor.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.requirements.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.tasks.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.upgrade.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.validate-alignment.prompt.md +8 -0
- package/templates/awa/.github/prompts/awa.vibe.prompt.md +8 -0
- package/templates/awa/.github/skills/awa-architecture/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-brainstorm/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-code/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-design/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-documentation/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-examples/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-feature/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-plan/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-refactor/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-requirements/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-tasks/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-upgrade/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-validate-alignment/SKILL.md +8 -0
- package/templates/awa/.github/skills/awa-vibe/SKILL.md +8 -0
- package/templates/awa/.kilocode/rules/awa-agent.md +13 -0
- package/templates/awa/.kilocode/skills/awa-architecture/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-brainstorm/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-code/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-design/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-documentation/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-examples/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-feature/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-plan/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-refactor/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-requirements/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-tasks/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-upgrade/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-validate-alignment/SKILL.md +3 -0
- package/templates/awa/.kilocode/skills/awa-vibe/SKILL.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-architecture.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-brainstorm.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-code.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-design.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-documentation.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-examples.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-feature.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-plan.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-refactor.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-requirements.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-tasks.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-upgrade.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-validate-alignment.md +3 -0
- package/templates/awa/.kilocode/workflows/awa-vibe.md +3 -0
- package/templates/awa/.opencode/agents/awa.md +14 -0
- package/templates/awa/.opencode/commands/awa-architecture.md +3 -0
- package/templates/awa/.opencode/commands/awa-brainstorm.md +3 -0
- package/templates/awa/.opencode/commands/awa-code.md +3 -0
- package/templates/awa/.opencode/commands/awa-design.md +3 -0
- package/templates/awa/.opencode/commands/awa-documentation.md +3 -0
- package/templates/awa/.opencode/commands/awa-examples.md +3 -0
- package/templates/awa/.opencode/commands/awa-feature.md +3 -0
- package/templates/awa/.opencode/commands/awa-plan.md +3 -0
- package/templates/awa/.opencode/commands/awa-refactor.md +3 -0
- package/templates/awa/.opencode/commands/awa-requirements.md +3 -0
- package/templates/awa/.opencode/commands/awa-tasks.md +3 -0
- package/templates/awa/.opencode/commands/awa-upgrade.md +3 -0
- package/templates/awa/.opencode/commands/awa-validate-alignment.md +3 -0
- package/templates/awa/.opencode/commands/awa-vibe.md +3 -0
- package/templates/awa/.opencode/skills/awa-architecture/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-brainstorm/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-code/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-design/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-documentation/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-examples/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-feature/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-plan/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-refactor/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-requirements/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-tasks/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-upgrade/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-validate-alignment/SKILL.md +3 -0
- package/templates/awa/.opencode/skills/awa-vibe/SKILL.md +3 -0
- package/templates/awa/.qwen/commands/awa-architecture.md +3 -0
- package/templates/awa/.qwen/commands/awa-brainstorm.md +3 -0
- package/templates/awa/.qwen/commands/awa-code.md +3 -0
- package/templates/awa/.qwen/commands/awa-design.md +3 -0
- package/templates/awa/.qwen/commands/awa-documentation.md +3 -0
- package/templates/awa/.qwen/commands/awa-examples.md +3 -0
- package/templates/awa/.qwen/commands/awa-feature.md +3 -0
- package/templates/awa/.qwen/commands/awa-plan.md +3 -0
- package/templates/awa/.qwen/commands/awa-refactor.md +3 -0
- package/templates/awa/.qwen/commands/awa-requirements.md +3 -0
- package/templates/awa/.qwen/commands/awa-tasks.md +3 -0
- package/templates/awa/.qwen/commands/awa-upgrade.md +3 -0
- package/templates/awa/.qwen/commands/awa-validate-alignment.md +3 -0
- package/templates/awa/.qwen/commands/awa-vibe.md +3 -0
- package/templates/awa/.qwen/skills/awa-architecture/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-brainstorm/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-code/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-design/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-documentation/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-examples/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-feature/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-plan/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-refactor/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-requirements/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-tasks/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-upgrade/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-validate-alignment/SKILL.md +3 -0
- package/templates/awa/.qwen/skills/awa-vibe/SKILL.md +3 -0
- package/templates/awa/.roo/rules/awa-agent.md +13 -0
- package/templates/awa/.roo/skills/awa-architecture/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-brainstorm/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-code/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-design/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-documentation/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-examples/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-feature/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-plan/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-refactor/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-requirements/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-tasks/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-upgrade/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-validate-alignment/SKILL.md +3 -0
- package/templates/awa/.roo/skills/awa-vibe/SKILL.md +3 -0
- package/templates/awa/.windsurf/rules/awa-agent.md +14 -0
- package/templates/awa/.windsurf/skills/awa-architecture/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-brainstorm/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-code/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-design/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-documentation/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-examples/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-feature/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-plan/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-refactor/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-requirements/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-tasks/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-upgrade/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-validate-alignment/SKILL.md +3 -0
- package/templates/awa/.windsurf/skills/awa-vibe/SKILL.md +3 -0
- package/templates/awa/AGENTS.md +9 -0
- package/templates/awa/CLAUDE.md +9 -0
- package/templates/awa/GEMINI.md +9 -0
- package/templates/awa/QWEN.md +9 -0
- package/templates/awa/_README.md +86 -0
- package/templates/awa/_delete.txt +300 -0
- package/templates/awa/_partials/_cmd.awa-architecture.md +6 -0
- package/templates/awa/_partials/_cmd.awa-brainstorm.md +6 -0
- package/templates/awa/_partials/_cmd.awa-code.md +6 -0
- package/templates/awa/_partials/_cmd.awa-design.md +6 -0
- package/templates/awa/_partials/_cmd.awa-documentation.md +6 -0
- package/templates/awa/_partials/_cmd.awa-examples.md +6 -0
- package/templates/awa/_partials/_cmd.awa-feature.md +6 -0
- package/templates/awa/_partials/_cmd.awa-plan.md +6 -0
- package/templates/awa/_partials/_cmd.awa-refactor.md +6 -0
- package/templates/awa/_partials/_cmd.awa-requirements.md +6 -0
- package/templates/awa/_partials/_cmd.awa-tasks.md +6 -0
- package/templates/awa/_partials/_cmd.awa-upgrade.md +6 -0
- package/templates/awa/_partials/_cmd.awa-validate-alignment.md +6 -0
- package/templates/awa/_partials/_cmd.awa-vibe.md +6 -0
- package/templates/awa/_partials/_skill.awa-architecture.md +6 -0
- package/templates/awa/_partials/_skill.awa-brainstorm.md +6 -0
- package/templates/awa/_partials/_skill.awa-code.md +6 -0
- package/templates/awa/_partials/_skill.awa-design.md +6 -0
- package/templates/awa/_partials/_skill.awa-documentation.md +6 -0
- package/templates/awa/_partials/_skill.awa-examples.md +6 -0
- package/templates/awa/_partials/_skill.awa-feature.md +6 -0
- package/templates/awa/_partials/_skill.awa-plan.md +6 -0
- package/templates/awa/_partials/_skill.awa-refactor.md +6 -0
- package/templates/awa/_partials/_skill.awa-requirements.md +6 -0
- package/templates/awa/_partials/_skill.awa-tasks.md +6 -0
- package/templates/awa/_partials/_skill.awa-upgrade.md +6 -0
- package/templates/awa/_partials/_skill.awa-validate-alignment.md +6 -0
- package/templates/awa/_partials/_skill.awa-vibe.md +6 -0
- package/templates/awa/_partials/awa.architecture.md +45 -0
- package/templates/awa/_partials/awa.brainstorm.md +52 -0
- package/templates/awa/_partials/awa.code.md +167 -0
- package/templates/awa/_partials/awa.core.md +100 -0
- package/templates/awa/_partials/awa.design.md +55 -0
- package/templates/awa/_partials/awa.documentation.md +86 -0
- package/templates/awa/_partials/awa.examples.md +53 -0
- package/templates/awa/_partials/awa.feature.md +50 -0
- package/templates/awa/_partials/awa.plan.md +48 -0
- package/templates/awa/_partials/awa.refactor.md +46 -0
- package/templates/awa/_partials/awa.requirements.md +50 -0
- package/templates/awa/_partials/awa.tasks.md +147 -0
- package/templates/awa/_partials/awa.upgrade.md +63 -0
- package/templates/awa/_partials/awa.validate-alignment.md +62 -0
- package/templates/awa/_partials/awa.vibe.md +64 -0
- package/templates/example/.github/agents/example.agent.md +14 -0
- package/templates/example/_README.md +43 -0
- package/templates/example/_partials/planning.md +5 -0
- package/templates/example/agent.md +72 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025-26 ncoderz Ltd
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
# awa
|
|
2
|
+
|
|
3
|
+
[](https://github.com/ncoderz/awa/actions/workflows/test.yaml)
|
|
4
|
+
[](https://www.npmjs.com/package/@ncoderz/awa)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
|
|
7
|
+
`Supercharge your AI development.`
|
|
8
|
+
|
|
9
|
+
awa is an Agent Workflow for AIs. It is also a CLI tool to powerfully manage agent workflow files using templates, awa's or yours.
|
|
10
|
+
|
|
11
|
+
> awa was written by awa (AI-assisted development using its own workflows). The workflows themselves are designed and crafted by a human who uses Copilot. If something is wrong, let's fix it together.
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## The Problem
|
|
15
|
+
|
|
16
|
+
Divergence.
|
|
17
|
+
|
|
18
|
+
Developing with AI agents requires process. Configuration files that define this process get copy-pasted between projects, then diverge. Requirements live in one place, implementation in another, tests in a third — nothing connects them. They diverge too.
|
|
19
|
+
|
|
20
|
+
Without structure, work drifts and nobody, including the AI, can trace what happened or why.
|
|
21
|
+
|
|
22
|
+
## How awa Solves It
|
|
23
|
+
|
|
24
|
+
awa generates agent configuration files from **templates** with **feature flags**. The generated output includes a spec-driven development workflow with full traceability:
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
ARCHITECTURE → FEAT → REQUIREMENTS → DESIGN → TASKS → CODE & TESTS → DOCUMENTATION
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Every artifact traces back to its origin through explicit markers (`@awa-impl`, `@awa-test`, `@awa-component`). Any line of code traces back to the requirement that motivated it. Any requirement traces forward to the tests that verify it.
|
|
31
|
+
|
|
32
|
+
## Features
|
|
33
|
+
|
|
34
|
+
### Workflow & Traceability
|
|
35
|
+
|
|
36
|
+
- Structured workflow from architecture through features, requirements, design, tasks, code, tests, and docs
|
|
37
|
+
- Requirements written in [EARS format](https://en.wikipedia.org/wiki/Easy_Approach_to_Requirements_Syntax) (INCOSE) — structured, testable, unambiguous
|
|
38
|
+
- Every requirement has an ID, every line of code links back to it via `@awa-impl` and `@awa-test` markers
|
|
39
|
+
- Spec artifacts (requirements, designs, tasks, plans, rules) all live in `.awa/`
|
|
40
|
+
|
|
41
|
+
See [Workflow](docs/WORKFLOW.md) for the full workflow and traceability chain.
|
|
42
|
+
|
|
43
|
+
### CLI & Template Engine
|
|
44
|
+
|
|
45
|
+
- [Eta](https://eta.js.org/) templates with conditionals, loops, and partials
|
|
46
|
+
- Feature flags and presets to turn content on/off per project
|
|
47
|
+
- `awa diff` shows exactly what changed before you commit
|
|
48
|
+
- Pull templates from GitHub, GitLab, Bitbucket, or use a local path
|
|
49
|
+
- Optional `.awa.toml` config, or just use CLI flags
|
|
50
|
+
|
|
51
|
+
See [CLI Reference](docs/CLI.md) and [Template Engine](docs/TEMPLATE_ENGINE.md) for details.
|
|
52
|
+
|
|
53
|
+
## Quick Start
|
|
54
|
+
|
|
55
|
+
### Install
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
npm install -g @ncoderz/awa
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
Or use with npx:
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
npx @ncoderz/awa generate .
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Generate
|
|
68
|
+
|
|
69
|
+
Generate files into the current directory using the bundled default template:
|
|
70
|
+
|
|
71
|
+
```bash
|
|
72
|
+
awa generate .
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
Generate with specific features enabled:
|
|
76
|
+
|
|
77
|
+
```bash
|
|
78
|
+
awa generate . --features copilot claude cursor
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
Generate to a specific output directory:
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
awa generate ./my-project
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
### Preview Changes
|
|
88
|
+
|
|
89
|
+
See what would change without writing files:
|
|
90
|
+
|
|
91
|
+
```bash
|
|
92
|
+
awa diff .
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
Apply any template configured file deletions (disabled by default):
|
|
96
|
+
|
|
97
|
+
```bash
|
|
98
|
+
awa generate . --delete
|
|
99
|
+
```
|
|
100
|
+
|
|
101
|
+
## The `.awa/` Directory
|
|
102
|
+
|
|
103
|
+
Each workflow stage produces artifacts in `.awa/`:
|
|
104
|
+
|
|
105
|
+
```
|
|
106
|
+
.awa/
|
|
107
|
+
├── specs/
|
|
108
|
+
│ ├── ARCHITECTURE.md # System overview
|
|
109
|
+
│ ├── FEAT-{CODE}-*.md # Feature context & motivation
|
|
110
|
+
│ ├── EXAMPLES-{CODE}-*-{nnn}.md # Usage examples per feature
|
|
111
|
+
│ ├── REQ-{CODE}-*.md # Requirements (EARS format)
|
|
112
|
+
│ ├── DESIGN-{CODE}-*.md # Design & components
|
|
113
|
+
│ └── API-{CODE}-*.tsp # TypeSpec API definitions
|
|
114
|
+
├── tasks/
|
|
115
|
+
│ └── TASK-{CODE}-*-{nnn}.md # Implementation steps
|
|
116
|
+
├── plans/
|
|
117
|
+
│ └── PLAN-{nnn}-*.md # Ad-hoc plans
|
|
118
|
+
├── align/
|
|
119
|
+
│ └── ALIGN-{x}-WITH-{y}-{nnn}.md # Alignment reports
|
|
120
|
+
└── rules/
|
|
121
|
+
└── *.md # Project-specific rules
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
## The Traceability Chain
|
|
125
|
+
|
|
126
|
+
Every artifact links to its origin through IDs and markers:
|
|
127
|
+
|
|
128
|
+
```
|
|
129
|
+
REQ-{CODE}-*.md
|
|
130
|
+
└── {CODE}-1: Requirement title
|
|
131
|
+
└── {CODE}-1_AC-1: Acceptance criterion
|
|
132
|
+
│
|
|
133
|
+
▼
|
|
134
|
+
DESIGN-{CODE}-*.md
|
|
135
|
+
└── {CODE}-ComponentName
|
|
136
|
+
├── IMPLEMENTS: {CODE}-1_AC-1
|
|
137
|
+
└── {CODE}_P-1: Correctness property
|
|
138
|
+
│
|
|
139
|
+
▼
|
|
140
|
+
Source code
|
|
141
|
+
└── // @awa-component: {CODE}-ComponentName
|
|
142
|
+
└── // @awa-impl: {CODE}-1_AC-1
|
|
143
|
+
│
|
|
144
|
+
▼
|
|
145
|
+
Tests
|
|
146
|
+
├── // @awa-test: {CODE}_P-1 ← verifies property
|
|
147
|
+
└── // @awa-test: {CODE}-1_AC-1 ← verifies acceptance criterion
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
Every link is explicit. Nothing is implied.
|
|
151
|
+
|
|
152
|
+
See [Workflow](docs/WORKFLOW.md) for IDs, markers, and how to read a trace.
|
|
153
|
+
|
|
154
|
+
## Documentation
|
|
155
|
+
|
|
156
|
+
| Document | Description |
|
|
157
|
+
|----------|-------------|
|
|
158
|
+
| [Workflow](docs/WORKFLOW.md) | The awa workflow, `.awa/` structure, traceability chain, IDs and markers |
|
|
159
|
+
| [CLI Reference](docs/CLI.md) | Commands, options, configuration, presets, and how it works |
|
|
160
|
+
| [Template Engine](docs/TEMPLATE_ENGINE.md) | Template sources, Eta syntax, partials, file handling, delete lists |
|
|
161
|
+
|
|
162
|
+
## Community
|
|
163
|
+
|
|
164
|
+
- [Contributing Guide](CONTRIBUTING.md)
|
|
165
|
+
- [Code of Conduct](CODE_OF_CONDUCT.md)
|
|
166
|
+
- [Security Policy](SECURITY.md)
|
|
167
|
+
- [Support](SUPPORT.md)
|
|
168
|
+
- [Maintainers](MAINTAINERS.md)
|
|
169
|
+
- [Funding](.github/FUNDING.yml)
|
|
170
|
+
|
|
171
|
+
## Alternatives
|
|
172
|
+
|
|
173
|
+
Several tools address parts of the AI-assisted development workflow. Here's how they compare:
|
|
174
|
+
|
|
175
|
+
| | awa | [Kiro](https://kiro.dev) | [Spec Kit](https://github.com/github/spec-kit) | [BMAD Method](https://github.com/bmad-code-org/BMAD-METHOD) | [AI RPI Protocol](https://github.com/MiguelAxcar/ai-rpi-protocol) | Manual files |
|
|
176
|
+
|---|---|---|---|---|---|---|
|
|
177
|
+
| **What it is** | CLI that generates agent config from templates | IDE with built-in spec-driven development | Python CLI for Spec-Driven Development | Agile workflow with role-based AI skills | Markdown rules for AI behavior governance | Hand-written CLAUDE.md, .cursorrules, etc. |
|
|
178
|
+
| **Structured workflow** | Architecture →</br> Features →</br> Requirements →</br> Design →</br> Tasks →</br> Code & Tests →</br> Docs | Requirements →</br> Design →</br> Tasks | Specify →</br> Plan →</br> Tasks →</br> Implement | Analysis →</br> Planning →</br> Solutioning →</br> Implementation | Research →</br> Plan →</br> Implement | Whatever you put in the file |
|
|
179
|
+
| **Workflow flexibility** | ✅ Start at any stage, skip what's not needed | ⚠️ Two variants (Req-First or Design-First), always 3 phases | ⚠️ Optional clarify/analyze steps, otherwise fixed order | ⚠️ Project levels determine required phases | ⚠️ Hard gates between phases, escape commands to bypass | ✅ No workflow to constrain you |
|
|
180
|
+
| **Traceability** | ✅ Requirement IDs →</br> design →</br> `@awa-impl` / `@awa-test` code markers | ❌ | ❌ | ❌ | ❌ | ❌ |
|
|
181
|
+
| **Template engine** | ✅ Eta with conditionals, loops, partials | ❌ | ❌ Static templates copied on init | ❌ Static skill files | ❌ Static markdown | ❌ |
|
|
182
|
+
| **Feature flags** | ✅ Enable/disable content per project | ❌ | ❌ | ❌ | ⚠️ Lite/Full modes | ❌ |
|
|
183
|
+
| **Presets** | ✅ Named flag bundles | ❌ | ❌ | ⚠️ Complexity levels | ⚠️ Operation levels | ❌ |
|
|
184
|
+
| **AI Instructions Drift detection** | ✅ `awa diff` shows what changed vs. templates | ❌ | ❌ | ❌ | ⚠️ Manual compliance checklist | ❌ |
|
|
185
|
+
| **Re-generation** | ✅ Generates from templates on every run | ❌ Specs created per feature | ❌ One-time `specify init` | ❌ One-time install | ❌ One-time copy | ❌ One-time manual creation |
|
|
186
|
+
| **Agent hooks** | ❌ | ✅ Event-driven agent triggers on file save | ❌ | ❌ | ❌ | ❌ |
|
|
187
|
+
| **Built-in IDE** | ❌ | ✅ VS Code-compatible IDE | ❌ | ❌ | ❌ | ❌ |
|
|
188
|
+
| **Runtime** | Node + CLI | Standalone IDE + CLI | Python 3.11+ / uv | Shell / Python / yq | None (markdown only) | None |
|
|
189
|
+
| **Agent support** | Agent-agnostic (generate config for any agent) | Kiro only | 18+ agents | Codex-focused | Cursor, VS Code, Claude Code, Windsurf | One agent at a time |
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
## Development
|
|
193
|
+
|
|
194
|
+
### Prerequisites
|
|
195
|
+
|
|
196
|
+
- Node.js 24+
|
|
197
|
+
- npm
|
|
198
|
+
|
|
199
|
+
### Setup
|
|
200
|
+
|
|
201
|
+
```bash
|
|
202
|
+
npm install
|
|
203
|
+
npm run build
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
### Scripts
|
|
207
|
+
|
|
208
|
+
| Command | Description |
|
|
209
|
+
|---------|-------------|
|
|
210
|
+
| `npm run build` | Build for production (`dist/`) |
|
|
211
|
+
| `npm run dev` | Run CLI in development mode |
|
|
212
|
+
| `npm test` | Run tests |
|
|
213
|
+
| `npm run test:watch` | Run tests in watch mode |
|
|
214
|
+
| `npm run test:coverage` | Run tests with coverage |
|
|
215
|
+
| `npm run lint` | Check code with Biome |
|
|
216
|
+
| `npm run lint:fix` | Fix linting issues |
|
|
217
|
+
| `npm run format` | Format code with Biome |
|
|
218
|
+
| `npm run typecheck` | TypeScript type checking |
|
|
219
|
+
| `npm run gen:example` | Generate example template to `outputs/example` |
|
|
220
|
+
| `npm run gen:awa` | Generate awa templates to `outputs/awa` |
|
|
221
|
+
| `npm run gen:awa:this` | Generate awa templates to current directory |
|
|
222
|
+
| `npm run diff:awa` | Diff awa templates against current directory |
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
## License
|
|
227
|
+
|
|
228
|
+
[MIT](LICENSE)
|
|
229
|
+
|
|
230
|
+
## Acknowledgments
|
|
231
|
+
|
|
232
|
+
- [Eta](https://eta.js.org/) — Lightweight templating engine
|
|
233
|
+
- [commander](https://github.com/tj/commander.js) — CLI framework
|
|
234
|
+
- [degit](https://github.com/Rich-Harris/degit) — Git repository fetching
|
package/dist/index.d.ts
ADDED