devtronic 1.1.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.
Files changed (39) hide show
  1. package/README.md +5 -3
  2. package/dist/{chunk-5V4PXTP6.js → chunk-V4QEAL7Y.js} +43 -19
  3. package/dist/index.js +1049 -214
  4. package/dist/{plugin-5ZMTSRIW.js → plugin-SGSFVXPA.js} +1 -1
  5. package/package.json +2 -2
  6. package/templates/claude-code/.claude/skills/audit/SKILL.md +1 -1
  7. package/templates/claude-code/.claude/skills/backlog/SKILL.md +1 -1
  8. package/templates/claude-code/.claude/skills/brief/SKILL.md +1 -1
  9. package/templates/claude-code/.claude/skills/briefing/SKILL.md +1 -1
  10. package/templates/claude-code/.claude/skills/checkpoint/SKILL.md +1 -1
  11. package/templates/claude-code/.claude/skills/create-plan/SKILL.md +1 -1
  12. package/templates/claude-code/.claude/skills/create-skill/SKILL.md +1 -1
  13. package/templates/claude-code/.claude/skills/design/SKILL.md +1 -1
  14. package/templates/claude-code/.claude/skills/design-audit/SKILL.md +1 -1
  15. package/templates/claude-code/.claude/skills/design-define/SKILL.md +1 -1
  16. package/templates/claude-code/.claude/skills/design-ia/SKILL.md +1 -1
  17. package/templates/claude-code/.claude/skills/design-research/SKILL.md +1 -1
  18. package/templates/claude-code/.claude/skills/design-review/SKILL.md +1 -1
  19. package/templates/claude-code/.claude/skills/design-spec/SKILL.md +1 -1
  20. package/templates/claude-code/.claude/skills/design-system/SKILL.md +1 -1
  21. package/templates/claude-code/.claude/skills/design-system-audit/SKILL.md +1 -1
  22. package/templates/claude-code/.claude/skills/design-system-define/SKILL.md +1 -1
  23. package/templates/claude-code/.claude/skills/design-system-sync/SKILL.md +1 -1
  24. package/templates/claude-code/.claude/skills/design-wireframe/SKILL.md +1 -1
  25. package/templates/claude-code/.claude/skills/execute-plan/SKILL.md +1 -1
  26. package/templates/claude-code/.claude/skills/generate-tests/SKILL.md +1 -1
  27. package/templates/claude-code/.claude/skills/handoff/SKILL.md +1 -1
  28. package/templates/claude-code/.claude/skills/investigate/SKILL.md +1 -1
  29. package/templates/claude-code/.claude/skills/learn/SKILL.md +1 -1
  30. package/templates/claude-code/.claude/skills/opensrc/SKILL.md +1 -1
  31. package/templates/claude-code/.claude/skills/post-review/SKILL.md +1 -1
  32. package/templates/claude-code/.claude/skills/quick/SKILL.md +1 -1
  33. package/templates/claude-code/.claude/skills/recap/SKILL.md +1 -1
  34. package/templates/claude-code/.claude/skills/research/SKILL.md +1 -1
  35. package/templates/claude-code/.claude/skills/scaffold/SKILL.md +1 -1
  36. package/templates/claude-code/.claude/skills/setup/SKILL.md +1 -1
  37. package/templates/claude-code/.claude/skills/spec/SKILL.md +1 -1
  38. package/templates/claude-code/.claude/skills/summary/SKILL.md +1 -1
  39. package/templates/claude-code/.claude/skills/worktree/SKILL.md +1 -1
@@ -8,7 +8,7 @@ import {
8
8
  generateMarketplaceJson,
9
9
  generatePlugin,
10
10
  generatePluginJson
11
- } from "./chunk-5V4PXTP6.js";
11
+ } from "./chunk-V4QEAL7Y.js";
12
12
  export {
13
13
  BASE_AGENT_COUNT,
14
14
  BASE_SKILL_COUNT,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtronic",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "AI-assisted development toolkit — skills, agents, quality gates, and rules for Claude Code, Cursor, Copilot, and Antigravity",
5
5
  "type": "module",
6
6
  "bin": {
@@ -61,7 +61,7 @@
61
61
  "@eslint/js": "^9.39.2",
62
62
  "@types/node": "^25.3.3",
63
63
  "@vitest/coverage-v8": "^4.0.18",
64
- "eslint": "^10.0.2",
64
+ "eslint": "^9.39.2",
65
65
  "tsup": "^8.3.0",
66
66
  "typescript": "^5.7.0",
67
67
  "typescript-eslint": "^8.56.1",
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: audit
2
+ name: devtronic:audit
3
3
  description: "Comprehensive codebase audit (SonarQube lite): architecture, code smells, complexity, security, coverage, and technical debt."
4
4
  allowed-tools: Read, Grep, Glob, Bash, Task, Write, AskUserQuestion
5
5
  argument-hint: "[--architecture|--code|--complexity|--security|--quick|directory]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: backlog
2
+ name: devtronic:backlog
3
3
  description: Manage the issue backlog. Add, prioritize, start work, complete, and cleanup items. Keeps the file manageable with automatic limits.
4
4
  allowed-tools: Read, Write, Edit, Glob, AskUserQuestion
5
5
  argument-hint: "[add|move|cleanup] [args]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: brief
2
+ name: devtronic:brief
3
3
  description: Quick contextual briefing with pre-flight validation. Scans docs, code, git, and runs health checks before starting work.
4
4
  allowed-tools: Task, Glob, Grep, Read, Bash
5
5
  argument-hint: "[topic]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: briefing
2
+ name: devtronic:briefing
3
3
  description: Pre-planning alignment Q&A. Generates targeted questions to clarify scope, style, priority and constraints before diving into implementation.
4
4
  allowed-tools: Read, Write, Bash, Glob, Grep, AskUserQuestion
5
5
  argument-hint: "[topic]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: checkpoint
2
+ name: devtronic:checkpoint
3
3
  description: Save current session progress for resumption. Creates a compact state document with what's done, what's pending, and how to continue.
4
4
  allowed-tools: Read, Write, Bash, Glob
5
5
  argument-hint: "[task-name]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: create-plan
2
+ name: devtronic:create-plan
3
3
  description: Strategic planning for complex tasks. Default creates phased implementation plan. Use --detailed for task-level pseudocode breakdown.
4
4
  allowed-tools: Read, Grep, Glob, Bash, AskUserQuestion, Write
5
5
  argument-hint: "[feature] [--detailed|--from-spec]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: create-skill
2
+ name: devtronic:create-skill
3
3
  description: Meta skill to create new skills. Guides through defining purpose, workflow steps, tools, and generates the skill file.
4
4
  allowed-tools: AskUserQuestion, Write, Read, Glob
5
5
  argument-hint: "[skill-name]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: design
2
+ name: devtronic:design
3
3
  description: Orchestrates the design phase. Detects context and delegates to the right sub-skill.
4
4
  allowed-tools: Task, Read, Glob, AskUserQuestion, Write
5
5
  argument-hint: "[--research|--define|--ia|--wireframe|--system|--audit|--review|--spec]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: design:audit
2
+ name: devtronic:design-audit
3
3
  description: UX audit — evaluates designs against Nielsen's 10 heuristics and WCAG 2.1 AA accessibility. Consolidates findings with severity.
4
4
  allowed-tools: Task, Read, Glob, Write, Bash
5
5
  argument-hint: "[--wireframes|--code|--both]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: design:define
2
+ name: devtronic:design-define
3
3
  description: Synthesis phase — generates personas, user journey maps, and HMW problem statements from research.
4
4
  allowed-tools: Task, Read, Write, AskUserQuestion
5
5
  argument-hint: "[topic]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: design:ia
2
+ name: devtronic:design-ia
3
3
  description: Information architecture phase — defines navigation structure, sitemap, and user flows from personas and journeys.
4
4
  allowed-tools: Task, Read, Write, AskUserQuestion
5
5
  argument-hint: "[scope]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: design:research
2
+ name: devtronic:design-research
3
3
  description: Discovery phase — synthesizes competitive analysis, target audience, and business context into a research document.
4
4
  allowed-tools: Task, Read, Glob, AskUserQuestion, Write, WebFetch
5
5
  argument-hint: "[topic]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: design:review
2
+ name: devtronic:design-review
3
3
  description: QA visual review — compares implementation against wireframe specs and design system. Surfaces deviations with severity.
4
4
  allowed-tools: Task, Read, Glob, Bash, Write
5
5
  argument-hint: "[component-name|--all]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: design:spec
2
+ name: devtronic:design-spec
3
3
  description: Generates a developer-ready design specification from design artifacts. Bridges design phase and implementation planning.
4
4
  allowed-tools: Task, Read, Write, Glob
5
5
  argument-hint: "[screen-name|--all]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: design:system
2
+ name: devtronic:design-system
3
3
  description: Design system router — delegates to define, audit, or sync based on flag. Manages design tokens, components, and style guide lifecycle.
4
4
  allowed-tools: Task, AskUserQuestion
5
5
  argument-hint: "[--define|--audit|--sync]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: design:system-audit
2
+ name: devtronic:design-system-audit
3
3
  description: Audits the codebase for design system drift — finds hardcoded values, unused tokens, and components that bypass the system.
4
4
  allowed-tools: Task, Read, Glob, Grep, Write, Bash
5
5
  argument-hint: "[--files path/to/dir]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: design:system-define
2
+ name: devtronic:design-system-define
3
3
  description: Creates or extracts a design system — tokens, components, and style guide — persisted to thoughts/design/design-system.md.
4
4
  allowed-tools: Task, Read, Write, Edit, AskUserQuestion, Bash, Glob
5
5
  argument-hint: "[--extract]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: design:system-sync
2
+ name: devtronic:design-system-sync
3
3
  description: Syncs design tokens from thoughts/design/design-system.md to project config files (Tailwind, CSS vars, tokens.json).
4
4
  allowed-tools: Task, Read, Write, Edit, Glob, Bash, AskUserQuestion
5
5
  argument-hint: "[--dry-run]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: design:wireframe
2
+ name: devtronic:design-wireframe
3
3
  description: Wireframe specification phase — generates structured text-based wireframe specs per screen. Tool-agnostic. Reads IA and define artifacts.
4
4
  allowed-tools: Task, Read, Write, AskUserQuestion
5
5
  argument-hint: "[screen-name|--all]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: execute-plan
2
+ name: devtronic:execute-plan
3
3
  description: Execute a plan in parallel phases. Reads task dependencies and runs independent tasks as concurrent subagents. Claude Code only.
4
4
  allowed-tools: Task, Read, Write, Bash, Glob, Grep, Edit
5
5
  argument-hint: "[plan-path|--latest]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: generate-tests
2
+ name: devtronic:generate-tests
3
3
  description: Generate failing tests from a spec before implementation (Tests-as-DoD). Creates test files encoding acceptance criteria as executable tests, plus a traceability manifest.
4
4
  allowed-tools: Read, Write, Glob, Grep, Bash
5
5
  argument-hint: "[--from-spec|spec-path]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: handoff
2
+ name: devtronic:handoff
3
3
  description: Context rotation for fresh sessions. Saves current state and signals to start a new session with clean context.
4
4
  allowed-tools: Read, Write, Bash, Glob
5
5
  argument-hint: "[reason]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: investigate
2
+ name: devtronic:investigate
3
3
  description: Deep analysis of errors and bugs. Use when you paste an error for detailed investigation. Identifies root cause, analyzes flow, and proposes fix with code.
4
4
  allowed-tools: Read, Grep, Glob, Bash, Write, Edit
5
5
  argument-hint: "[error or description]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: learn
2
+ name: devtronic:learn
3
3
  description: Post-task teaching breakdown. After any task, get a detailed explanation of what was done, why, and how to apply the concepts yourself. Use when you say "explain what you did" or "teach me".
4
4
  allowed-tools: Read, Grep, Glob, AskUserQuestion
5
5
  argument-hint: "[topic or recent task]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: opensrc
2
+ name: devtronic:opensrc
3
3
  description: Fetch source code of npm packages or GitHub repos so AI agents have full implementation context, not just type definitions. Uses vercel-labs/opensrc under the hood.
4
4
  allowed-tools: Bash, Read, Glob, Edit
5
5
  argument-hint: "<package[@version]|owner/repo[@ref]> [packages...]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: post-review
2
+ name: devtronic:post-review
3
3
  description: Post-feature review before PR. Checks requirements, architecture, quality, and captures lessons. Auto-invoke after completing a plan implementation. Use --strict for senior engineer mode.
4
4
  allowed-tools: Read, Grep, Glob, Bash, Edit, Write, Task
5
5
  argument-hint: "[--strict|--quick|files...]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: quick
2
+ name: devtronic:quick
3
3
  description: Fast ad-hoc task execution. Skips spec/research/plan — just implement, verify, commit. For small, well-defined tasks.
4
4
  allowed-tools: Read, Write, Edit, Bash, Glob, Grep
5
5
  argument-hint: "<task description>"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: recap
2
+ name: devtronic:recap
3
3
  description: Quick structured session summary from git activity and modified files. Compact companion to /summary.
4
4
  allowed-tools: Read, Write, Bash, Glob, Grep
5
5
  ---
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: research
2
+ name: devtronic:research
3
3
  description: Codebase investigation. Quick mode (default) for fast orientation. Deep mode for thorough analysis. External mode for GitHub + user-configured MCPs.
4
4
  allowed-tools: Read, Grep, Glob, Bash, WebFetch, Task, Write
5
5
  argument-hint: "[topic] [--deep|--external|--all]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: scaffold
2
+ name: devtronic:scaffold
3
3
  description: Create new projects from scratch with guided architecture and structure. Use when starting a brand new project.
4
4
  allowed-tools: Read, Glob, Bash, Write, AskUserQuestion
5
5
  argument-hint: "[project-name]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: setup
2
+ name: devtronic:setup
3
3
  description: Configure devtronic for this project through interactive conversation. Use when setting up AI assistance in an existing project.
4
4
  allowed-tools: Bash, Read, Glob, AskUserQuestion, Write
5
5
  ---
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: spec
2
+ name: devtronic:spec
3
3
  description: Create a product specification (PRD) by interviewing the user. Captures requirements, UX decisions, edge cases, and success metrics before technical work begins.
4
4
  allowed-tools: AskUserQuestion, Write, Read, Glob
5
5
  argument-hint: "[feature]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: summary
2
+ name: devtronic:summary
3
3
  description: Generate a structured post-change summary. Captures what changed, why, what's pending, and files modified.
4
4
  allowed-tools: Read, Write, Bash, Glob, Grep
5
5
  argument-hint: "[feature-name]"
@@ -1,5 +1,5 @@
1
1
  ---
2
- name: worktree
2
+ name: devtronic:worktree
3
3
  description: Manage git worktrees with intuitive flags. Create, list, remove, and prune worktrees with consistent naming and enriched status.
4
4
  allowed-tools: Bash, AskUserQuestion, Read, Glob
5
5
  argument-hint: "[--create|--list|--remove|--prune] [name]"