Skip to content

Conversation

@aRustyDev
Copy link
Owner

Summary

  • Add justfile-dev skill covering authoring, reviewing, planning, and updating justfiles
  • Includes progressive disclosure references (syntax, recipe patterns, module system, maturity model)
  • Example justfiles for Rust projects, monorepos, and aRustyDev conventions
  • Language-specific recipe tables for Rust, Go, TypeScript, Python

Test plan

  • Load skill and verify trigger phrases activate it
  • Run pressure scenarios (new Rust justfile, review existing, plan CI recipes)
  • Verify SKILL.md < 500 body lines
  • Confirm no content duplication with justfile rule

🤖 Generated with Claude Code

aRustyDev and others added 3 commits January 16, 2026 13:13
Add Research → Planning → Implementation workflow with approval gates,
issue mapping, and extend/contribute strategy for complex Helm chart
development.

### Added

**Reference Files:**
- extend-contribute-strategy.md - Fork vs copy decision, contribution workflow
- research-phase-workflow.md - Structured research with approval gates
- planning-phase-workflow.md - High-level and phase planning with issue mapping
- implementation-workflow.md - Implementation with sanity checks and review stops
- research-strategy.md - Expanded decision table, workflow selection
- chart-complexity.md - Chart complexity classification
- external-services.md - Common ports, env vars, connection strings

**Templates:**
- research-summary.md - Research findings documentation
- high-level-plan.md - High-level chart plan
- phase-plan.md - Per-phase implementation plan
- issue-structure.md - GitHub issue hierarchy

**Patterns:**
- external-database.yaml - MySQL/PostgreSQL configuration
- external-search.yaml - Elasticsearch/OpenSearch configuration
- external-messaging.yaml - Airflow/Kafka/RabbitMQ/Redis configuration
- multi-port-service.yaml - Multiple ports pattern
- jvm-application.yaml - JVM heap/GC/JMX configuration
- health-probes-multiport.yaml - Probes on different ports

### Changed
- SKILL.md - Added "Structured Development Workflow" section
- SKILL.md - Updated Reference Files list

Closes #816
Closes #696

🤖 Generated with [Claude Code](https://claude.ai/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- ai-context-files: Local→Central flow, upstream criteria
- claude: Context layering, priority order, what-goes-where matrix
- documentation: 4 doc types with audience/format/style, brand assets
- frontmatter: Full schema reference with required/optional fields
- justfile: Conventions, standard groups, anti-patterns (NEW)
- plans-are-issues: Full lifecycle, GAP review, conversion steps
- pre-commit: Config example, usage rules, hook creation
- rules: Loading mechanics, writing guidance
- schemas: Schema management workflow, known schemas
- skill-gap-detection: Minor cleanup (added labels to issue template)

All rules updated to use `paths:` frontmatter (not `globs:`)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Justfile authoring, reviewing, planning, and updating skill with
progressive disclosure references, language-specific recipe tables,
example justfiles, and maturity model.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
aRustyDev and others added 6 commits January 28, 2026 22:10
Fix orphan references, trim syntax-quick-ref under 200 lines, add
Convert workflow for Makefile migration. All 6 pressure scenarios pass.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Unified ADR skill with 5 workflows (Author, Review, Plan, Update,
Backfill), E.C.A.D.R. quality checklist, MADR template, code
traceability patterns, and decision trigger guidance.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Rename the pipeline recipe and update all references in SKILL.md
and test case scripts.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add [group('setup')], [group('pipeline')], [group('test')] for organized
help output. Add [no-exit-message] to pipeline and test recipes. Add doc
comments to all recipes. Rename _deps to deps (public with group).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@aRustyDev aRustyDev merged commit a3fbf9d into main Jan 31, 2026
2 checks passed
@aRustyDev aRustyDev deleted the feat/skill-k8s-helm-charts-dev-structured-workflow branch January 31, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant