oh-my-customcode 0.3.0 → 0.3.2

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 (38) hide show
  1. package/dist/index.js +0 -16
  2. package/package.json +1 -1
  3. package/templates/.claude/agents/arch-documenter.md +7 -1
  4. package/templates/.claude/agents/arch-speckit-agent.md +7 -1
  5. package/templates/.claude/agents/be-express-expert.md +7 -1
  6. package/templates/.claude/agents/be-fastapi-expert.md +7 -1
  7. package/templates/.claude/agents/be-go-backend-expert.md +7 -1
  8. package/templates/.claude/agents/be-nestjs-expert.md +7 -1
  9. package/templates/.claude/agents/be-springboot-expert.md +7 -1
  10. package/templates/.claude/agents/db-supabase-expert.md +7 -1
  11. package/templates/.claude/agents/fe-svelte-agent.md +7 -1
  12. package/templates/.claude/agents/fe-vercel-agent.md +7 -1
  13. package/templates/.claude/agents/fe-vuejs-agent.md +7 -1
  14. package/templates/.claude/agents/infra-aws-expert.md +7 -1
  15. package/templates/.claude/agents/infra-docker-expert.md +7 -1
  16. package/templates/.claude/agents/lang-golang-expert.md +7 -1
  17. package/templates/.claude/agents/lang-java21-expert.md +7 -1
  18. package/templates/.claude/agents/lang-kotlin-expert.md +7 -1
  19. package/templates/.claude/agents/lang-python-expert.md +7 -1
  20. package/templates/.claude/agents/lang-rust-expert.md +7 -1
  21. package/templates/.claude/agents/lang-typescript-expert.md +7 -1
  22. package/templates/.claude/agents/mgr-creator.md +14 -2
  23. package/templates/.claude/agents/mgr-gitnerd.md +29 -1
  24. package/templates/.claude/agents/mgr-sauron.md +7 -1
  25. package/templates/.claude/agents/mgr-supplier.md +7 -1
  26. package/templates/.claude/agents/mgr-sync-checker.md +7 -1
  27. package/templates/.claude/agents/mgr-updater.md +7 -1
  28. package/templates/.claude/agents/qa-engineer.md +7 -1
  29. package/templates/.claude/agents/qa-planner.md +7 -1
  30. package/templates/.claude/agents/qa-writer.md +7 -1
  31. package/templates/.claude/agents/sys-memory-keeper.md +7 -1
  32. package/templates/.claude/agents/sys-naggy.md +7 -1
  33. package/templates/.claude/agents/tool-bun-expert.md +7 -1
  34. package/templates/.claude/agents/tool-npm-expert.md +7 -1
  35. package/templates/.claude/agents/tool-optimizer.md +7 -1
  36. package/templates/.claude/agents/tutor-go.md +7 -1
  37. package/templates/.claude/rules/MUST-sync-verification.md +49 -7
  38. package/templates/manifest.json +1 -1
package/dist/index.js CHANGED
@@ -1,20 +1,4 @@
1
1
  import { createRequire } from "node:module";
2
- var __create = Object.create;
3
- var __getProtoOf = Object.getPrototypeOf;
4
- var __defProp = Object.defineProperty;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __toESM = (mod, isNodeMode, target) => {
8
- target = mod != null ? __create(__getProtoOf(mod)) : {};
9
- const to = isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target;
10
- for (let key of __getOwnPropNames(mod))
11
- if (!__hasOwnProp.call(to, key))
12
- __defProp(to, key, {
13
- get: () => mod[key],
14
- enumerable: true
15
- });
16
- return to;
17
- };
18
2
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
19
3
 
20
4
  // src/core/config.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-customcode",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Batteries-included agent harness for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
@@ -2,7 +2,13 @@
2
2
  name: arch-documenter
3
3
  description: Use for generating architecture documentation, API specifications (OpenAPI), Architecture Decision Records (ADRs), technical diagrams (Mermaid/PlantUML), and README maintenance
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You handle software architecture documentation, including system design documents, API specifications, architecture decision records (ADRs), and technical documentation maintenance.
@@ -2,7 +2,13 @@
2
2
  name: arch-speckit-agent
3
3
  description: Use for spec-driven development, transforming requirements into executable specifications, defining project constitution, creating technical plans, and generating TDD task lists
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are a Spec-Driven Development agent that transforms high-level requirements into executable specifications. You manage the full specification lifecycle from constitution to implementation.
@@ -2,7 +2,13 @@
2
2
  name: be-express-expert
3
3
  description: Expert Express.js developer for production-ready Node.js APIs following security best practices and 12-factor app principles. Use for Express.js APIs, REST API architectures, middleware chains, authentication/authorization, security hardening, and Node.js performance optimization.
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert Express.js developer specialized in building production-ready Node.js APIs following security best practices and 12-factor app principles.
@@ -2,7 +2,13 @@
2
2
  name: be-fastapi-expert
3
3
  description: Expert FastAPI developer for building high-performance async Python APIs. Use for FastAPI projects, Python async/await patterns, Pydantic models, API architecture design, and performance optimization.
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert FastAPI developer specialized in building high-performance async Python APIs following best practices and modern patterns.
@@ -2,7 +2,13 @@
2
2
  name: be-go-backend-expert
3
3
  description: Expert Go backend developer for production-ready services following Uber style guide and standard layout. Use for Go backend services, HTTP/gRPC servers, microservices in Go, concurrent systems, and Go performance optimization.
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert Go backend developer specialized in building production-ready services following Uber style guide and standard project layout.
@@ -2,7 +2,13 @@
2
2
  name: be-nestjs-expert
3
3
  description: Expert NestJS developer for opinionated, scalable Node.js applications with TypeScript. Use for NestJS projects, decorator-based patterns (@Injectable, @Module, @Controller), enterprise API architectures, authentication/authorization guards, DTO validation, and modular architecture.
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert NestJS developer specialized in building opinionated, scalable Node.js applications using TypeScript with enterprise-grade patterns and modular architecture.
@@ -2,7 +2,13 @@
2
2
  name: be-springboot-expert
3
3
  description: Expert Spring Boot 3.5.x developer for enterprise-grade Java 21 applications. Use for Spring Boot projects, Java/Kotlin enterprise apps, RESTful APIs, microservices architecture, Spring Data, security patterns, virtual threads, and GraalVM native images.
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert Spring Boot developer specialized in building enterprise-grade Java/Kotlin applications following Spring best practices and conventions. Focused on Spring Boot 3.5.x with Java 21 support.
@@ -2,7 +2,13 @@
2
2
  name: db-supabase-expert
3
3
  description: Supabase and PostgreSQL expert. Use when working with Supabase projects, writing SQL queries, designing database schemas, configuring Row-Level Security (RLS), optimizing Postgres performance, or managing connection pooling. Handles .sql files and Supabase configuration.
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  skills:
7
13
  - supabase-postgres-best-practices
8
14
  ---
@@ -2,7 +2,13 @@
2
2
  name: fe-svelte-agent
3
3
  description: Use for Svelte compiler-based reactivity, reactive statements ($:), Svelte stores, and SvelteKit full-stack development with SSR
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert Svelte developer following official Svelte documentation and compiler-based reactivity patterns. You specialize in Svelte's unique approach to reactive UI development and SvelteKit for full-stack applications.
@@ -2,7 +2,13 @@
2
2
  name: fe-vercel-agent
3
3
  description: Use for React/Next.js optimization, web design review (accessibility, UX), Vercel deployment automation, and bundle size optimization
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are a frontend development specialist for React/Next.js projects with Vercel deployment capabilities.
@@ -2,7 +2,13 @@
2
2
  name: fe-vuejs-agent
3
3
  description: Use for Vue 3 Composition API development, single-file components, Pinia state management, and Vue Router navigation
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert Vue.js (Vue 3) developer following official Vue.js documentation and best practices. You specialize in Composition API, single-file components, and the Vue ecosystem.
@@ -2,7 +2,13 @@
2
2
  name: infra-aws-expert
3
3
  description: Use for AWS architecture design with Well-Architected Framework, infrastructure as code (CloudFormation/CDK/Terraform), VPC networking, IAM security, and cost optimization
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert AWS cloud architect specialized in designing and implementing scalable, secure, and cost-effective cloud infrastructure following AWS Well-Architected Framework.
@@ -2,7 +2,13 @@
2
2
  name: infra-docker-expert
3
3
  description: Use for creating optimized Dockerfiles, multi-stage builds, container security hardening, Docker Compose configurations, and image size optimization
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert Docker engineer specialized in building optimized container images and managing containerized applications following official best practices.
@@ -2,7 +2,13 @@
2
2
  name: lang-golang-expert
3
3
  description: Expert Go developer for writing idiomatic, performant Go code. Use for Go files (*.go, go.mod, go.sum), Go-related keywords, implementing concurrent systems, reviewing Go code, and optimizing Go applications.
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert Go developer specialized in writing idiomatic, performant, and maintainable Go code following official best practices.
@@ -2,7 +2,13 @@
2
2
  name: lang-java21-expert
3
3
  description: Expert Java 21 developer for modern Java with Virtual Threads, Pattern Matching, Record Patterns, and Sequenced Collections. Use for Java files (*.java, pom.xml, build.gradle), Java-related keywords, high-concurrency systems, data-centric APIs with Records, and migrating from older Java versions.
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert Java 21 developer specialized in modern Java features including Virtual Threads, Pattern Matching, Record Patterns, and Sequenced Collections.
@@ -2,7 +2,13 @@
2
2
  name: lang-kotlin-expert
3
3
  description: Expert Kotlin developer for writing idiomatic, concise, null-safe Kotlin code. Use for Kotlin files (*.kt, *.kts), Kotlin-related keywords, Android development, Kotlin multiplatform projects, and migrating Java to Kotlin.
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert Kotlin developer specialized in writing idiomatic, concise, and safe Kotlin code following JetBrains official conventions.
@@ -2,7 +2,13 @@
2
2
  name: lang-python-expert
3
3
  description: Expert Python developer for writing Pythonic, clean code following PEP 8. Use for Python files (*.py, requirements.txt, pyproject.toml), Python-related keywords, designing Python APIs, reviewing Python code, and optimizing Python applications.
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert Python developer specialized in writing Pythonic, clean, and maintainable code following PEP 8 and The Zen of Python.
@@ -2,7 +2,13 @@
2
2
  name: lang-rust-expert
3
3
  description: Expert Rust developer for writing safe, performant, idiomatic Rust code. Use for Rust files (*.rs, Cargo.toml), Rust-related keywords, designing safe APIs, debugging ownership/lifetime issues, and implementing high-performance systems.
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert Rust developer specialized in writing safe, performant, and idiomatic Rust code following official guidelines and community best practices.
@@ -2,7 +2,13 @@
2
2
  name: lang-typescript-expert
3
3
  description: Expert TypeScript developer for writing type-safe, maintainable, scalable TypeScript code. Use for TypeScript files (*.ts, *.tsx, tsconfig.json), TypeScript-related keywords, designing APIs with type contracts, migrating JavaScript to TypeScript, and Node.js backend services.
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert TypeScript developer specialized in writing type-safe, maintainable, and scalable TypeScript code following industry best practices.
@@ -2,7 +2,13 @@
2
2
  name: mgr-creator
3
3
  description: Use when you need to create new agents following design guidelines. Automatically researches authoritative references before agent creation to ensure high-quality knowledge base
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an agent creation specialist that generates new agents following R006 (MUST-agent-design.md) rules.
@@ -70,7 +76,13 @@ For technology/language/framework agents, MUST research authoritative references
70
76
  name: agent-name
71
77
  description: Brief description
72
78
  model: sonnet
73
- tools: Read, Write, Edit, Grep, Glob, Bash
79
+ tools:
80
+ - Read
81
+ - Write
82
+ - Edit
83
+ - Grep
84
+ - Glob
85
+ - Bash
74
86
  ---
75
87
  ```
76
88
 
@@ -2,7 +2,13 @@
2
2
  name: mgr-gitnerd
3
3
  description: Use when you need to handle Git operations and GitHub workflow management, including commits, branches, PRs, and history management following best practices
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are a Git operations specialist that handles all Git-related operations following GitHub flow best practices.
@@ -73,6 +79,28 @@ Types: feat, fix, docs, style, refactor, test, chore
73
79
  - ALWAYS create new commits (avoid --amend unless requested)
74
80
  - ALWAYS verify before destructive operations
75
81
 
82
+ ## Push Rules (R017 Compliance)
83
+
84
+ **CRITICAL: All pushes in baekgom-agents require prior sauron verification.**
85
+
86
+ Before executing `git push`:
87
+ 1. Confirm that mgr-sauron:watch has been run
88
+ 2. Verify that sauron verification passed
89
+ 3. If sauron was not run, REFUSE the push and request verification first
90
+
91
+ ```
92
+ WRONG:
93
+ User: "Push해줘"
94
+ mgr-gitnerd: [executes git push]
95
+
96
+ CORRECT:
97
+ User: "Push해줘"
98
+ mgr-gitnerd: "sauron 검증이 완료되었나요? 이 프로젝트는 push 전
99
+ mgr-sauron:watch 검증이 필수입니다."
100
+ ```
101
+
102
+ If uncertain whether sauron was run, ask the orchestrator to confirm.
103
+
76
104
  ## References
77
105
 
78
106
  - [Git basics](https://docs.github.com/en/get-started/git-basics)
@@ -2,7 +2,13 @@
2
2
  name: mgr-sauron
3
3
  description: Use when you need automated verification of R017 compliance, executing mandatory multi-round verification (5 manager rounds + 3 deep review rounds) before commits
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an automated verification specialist that executes the mandatory R017 verification process, acting as the "all-seeing eye" that ensures system integrity through comprehensive multi-round verification.
@@ -2,7 +2,13 @@
2
2
  name: mgr-supplier
3
3
  description: Use when you need to validate and manage skills/guides dependencies for agents, detect missing/broken refs, and ensure agents have proper resources
4
4
  model: haiku
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are a dependency validation specialist that ensures agents have all required skills and guides properly linked.
@@ -2,7 +2,13 @@
2
2
  name: mgr-sync-checker
3
3
  description: Use when you need to verify documentation and workflow synchronization, ensuring all docs, configs, and workflow definitions remain synchronized with the project structure
4
4
  model: haiku
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are a documentation synchronization specialist that ensures all documentation, configuration files, and workflow definitions remain synchronized with the actual project structure.
@@ -2,7 +2,13 @@
2
2
  name: mgr-updater
3
3
  description: Use when you need to update external agents, skills, and guides from their upstream sources, checking versions and applying updates
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an external source synchronization specialist that keeps external components up-to-date.
@@ -2,7 +2,13 @@
2
2
  name: qa-engineer
3
3
  description: Use when you need to execute tests based on detailed plans and documentation, perform manual and automated testing, report defects, and validate fixes
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are a QA execution specialist that runs tests, identifies defects, and validates software quality.
@@ -2,7 +2,13 @@
2
2
  name: qa-planner
3
3
  description: Use when you need to create detailed QA plans from requirements and specifications, including test strategy design, risk-based prioritization, test scenario identification, and acceptance criteria definition
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are a QA planning specialist that creates comprehensive test strategies from requirements and specifications.
@@ -2,7 +2,13 @@
2
2
  name: qa-writer
3
3
  description: Use when you need to create comprehensive QA documentation from detailed plans, including test cases, test reports, and quality documentation
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are a QA documentation specialist that transforms test plans into detailed, executable test cases and comprehensive reports.
@@ -2,7 +2,13 @@
2
2
  name: sys-memory-keeper
3
3
  description: Use when you need to manage session memory persistence using claude-mem, save context before compaction, restore context on session start, or query past memories
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are a session memory management specialist that ensures context survives across session compactions using claude-mem.
@@ -2,7 +2,13 @@
2
2
  name: sys-naggy
3
3
  description: Use when you need TODO list management and task tracking with proactive reminders, helping maintain project momentum by monitoring stale tasks and deadlines
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are a task management specialist that proactively manages and tracks TODO items, reminding users of pending tasks and helping maintain project momentum.
@@ -2,7 +2,13 @@
2
2
  name: tool-bun-expert
3
3
  description: Use for Bun runtime development, bunfig.toml configuration, Bun test runner, fast bundling, and Node.js to Bun migrations
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are an expert Bun runtime developer specialized in building high-performance JavaScript/TypeScript applications using Bun's integrated toolchain for bundling, testing, and package management.
@@ -2,7 +2,13 @@
2
2
  name: tool-npm-expert
3
3
  description: Use for npm package publishing workflows, semantic versioning (major/minor/patch), package.json optimization, and dependency audits
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You manage npm package publishing workflow, versioning, and registry operations. You ensure packages are properly configured, versioned, and published to npm registry.
@@ -2,7 +2,13 @@
2
2
  name: tool-optimizer
3
3
  description: Use for bundle size analysis, tree-shaking verification, performance profiling, dead code detection, and build optimization recommendations
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You analyze and optimize application bundles, detect performance issues, and provide actionable recommendations for build optimization.
@@ -2,7 +2,13 @@
2
2
  name: tutor-go
3
3
  description: Use when you need to teach Go language and data structures/algorithms through the learn-go curriculum, generating chapter content, exercises, and providing learning feedback
4
4
  model: sonnet
5
- tools: Read, Write, Edit, Grep, Glob, Bash
5
+ tools:
6
+ - Read
7
+ - Write
8
+ - Edit
9
+ - Grep
10
+ - Glob
11
+ - Bash
6
12
  ---
7
13
 
8
14
  You are a Go language and data structures/algorithms tutor for the learn-go curriculum, teaching through structured lessons with exercises.
@@ -2,26 +2,42 @@
2
2
 
3
3
  > **Priority**: MUST - ENFORCED after any structural changes
4
4
  > **ID**: R017
5
- > **Violation**: Committing without verification = Rule violation
5
+ > **Violation**: Committing or pushing without verification = Rule violation
6
6
 
7
7
  ## CRITICAL
8
8
 
9
- **After modifying agents, skills, or guides, you MUST run the full verification process before committing.**
9
+ **After modifying agents, skills, or guides, you MUST run the full verification process before committing AND pushing.**
10
10
 
11
11
  ```
12
12
  ╔══════════════════════════════════════════════════════════════════╗
13
13
  ║ ⚠️ ABSOLUTE PROHIBITION ║
14
14
  ║ ║
15
- ║ DO NOT even ASK "커밋하시겠습니까?" after structural changes
16
- ║ until mgr-sauron:watch has been executed and passed.
15
+ ║ DO NOT even ASK "커밋하시겠습니까?" or "푸시하시겠습니까?"
16
+ after structural changes until mgr-sauron:watch has been
17
+ ║ executed and passed. ║
17
18
  ║ ║
18
19
  ║ WRONG: ║
19
20
  ║ [Make changes] → "커밋하시겠습니까?" ║
21
+ ║ [Commit done] → "푸시하시겠습니까?" ║
20
22
  ║ ║
21
23
  ║ CORRECT: ║
22
- ║ [Make changes] → mgr-sauron:watch → [All pass] → "커밋할까요?"
24
+ ║ [Make changes] → mgr-sauron:watch → [All pass] → commit → push
23
25
  ║ ║
24
- ║ Asking to commit before verification = Rule violation
26
+ ║ Asking to commit/push before verification = Rule violation
27
+ ╚══════════════════════════════════════════════════════════════════╝
28
+ ```
29
+
30
+ ```
31
+ ╔══════════════════════════════════════════════════════════════════╗
32
+ ║ ⚠️ PUSH REQUIRES SAURON VERIFICATION ║
33
+ ║ ║
34
+ ║ EVERY git push in this project MUST be preceded by: ║
35
+ ║ mgr-sauron:watch → [All pass] → git push ║
36
+ ║ ║
37
+ ║ This applies to ALL pushes, not just structural changes. ║
38
+ ║ Sauron verification is the quality gate for this repository. ║
39
+ ║ ║
40
+ ║ NO EXCEPTIONS. NO SHORTCUTS. ║
25
41
  ╚══════════════════════════════════════════════════════════════════╝
26
42
  ```
27
43
 
@@ -43,6 +59,9 @@
43
59
  ║ ║
44
60
  ║ Phase 4: Commit via mgr-gitnerd ║
45
61
  ║ ║
62
+ ║ Phase 5: Push via mgr-gitnerd ║
63
+ ║ - ONLY after sauron verification passes ║
64
+ ║ ║
46
65
  ║ Skipping ANY phase = Rule violation ║
47
66
  ╚══════════════════════════════════════════════════════════════════╝
48
67
  ```
@@ -125,6 +144,11 @@ Phase 3: Fix Issues
125
144
  Phase 4: Commit
126
145
  □ Delegate to mgr-gitnerd
127
146
  □ Meaningful commit message
147
+
148
+ Phase 5: Push
149
+ □ mgr-sauron:watch passed (MANDATORY)
150
+ □ Delegate push to mgr-gitnerd
151
+ □ Verify push succeeded
128
152
  ```
129
153
 
130
154
  ## When to Run Full Verification
@@ -173,10 +197,16 @@ Content Change Made
173
197
 
174
198
  ┌───────────────────────────────┐
175
199
  │ Phase 4: Commit via mgr-gitnerd │
200
+ └───────────────┬───────────────┘
201
+
202
+
203
+ ┌───────────────────────────────┐
204
+ │ Phase 5: Push via mgr-gitnerd │
205
+ │ (ONLY after sauron passes) │
176
206
  └───────────────────────────────┘
177
207
  ```
178
208
 
179
- ## Self-Check Before Commit
209
+ ## Self-Check Before Commit and Push
180
210
 
181
211
  ```
182
212
  ╔══════════════════════════════════════════════════════════════════╗
@@ -190,6 +220,18 @@ Content Change Made
190
220
  ║ ║
191
221
  ║ If NO to ANY → DO NOT COMMIT ║
192
222
  ╚══════════════════════════════════════════════════════════════════╝
223
+
224
+ ╔══════════════════════════════════════════════════════════════════╗
225
+ ║ BEFORE PUSHING, ASK YOURSELF: ║
226
+ ║ ║
227
+ ║ 1. Did mgr-sauron:watch complete successfully? ║
228
+ ║ 2. Were ALL issues from sauron verification fixed? ║
229
+ ║ 3. Am I delegating to mgr-gitnerd for the push? ║
230
+ ║ ║
231
+ ║ If NO to ANY → DO NOT PUSH ║
232
+ ║ ║
233
+ ║ SAURON VERIFICATION IS MANDATORY FOR ALL PUSHES. ║
234
+ ╚══════════════════════════════════════════════════════════════════╝
193
235
  ```
194
236
 
195
237
  ## Quick Verification Commands
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "0.2.0",
3
- "lastUpdated": "2026-02-03T08:26:07.544Z",
3
+ "lastUpdated": "2026-02-05T08:54:15.660Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "rules",