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.
- package/README.md +5 -3
- package/dist/{chunk-5V4PXTP6.js → chunk-V4QEAL7Y.js} +43 -19
- package/dist/index.js +1049 -214
- package/dist/{plugin-5ZMTSRIW.js → plugin-SGSFVXPA.js} +1 -1
- package/package.json +2 -2
- package/templates/claude-code/.claude/skills/audit/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/backlog/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/brief/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/briefing/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/checkpoint/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/create-plan/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/create-skill/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/design/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/design-audit/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/design-define/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/design-ia/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/design-research/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/design-review/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/design-spec/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/design-system/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/design-system-audit/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/design-system-define/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/design-system-sync/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/design-wireframe/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/execute-plan/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/generate-tests/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/handoff/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/investigate/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/learn/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/opensrc/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/post-review/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/quick/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/recap/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/research/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/scaffold/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/setup/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/spec/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/summary/SKILL.md +1 -1
- package/templates/claude-code/.claude/skills/worktree/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "devtronic",
|
|
3
|
-
"version": "1.
|
|
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": "^
|
|
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: 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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: 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: 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: 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: 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]"
|