feat: add design-iac + tool-perf skills, deepen design-migration (v1.3.0) - #17
Merged
Merged
Conversation
…iedrig) New skills (v1.2.0 -> v1.3.0, 22 -> 24 skills): design-iac: Infrastructure as Code grounded in Kief Morris "IaC" (O'Reilly 2021) and NTNU IIKG3005 -- immutable infra, snowflake anti-pattern, module design, remote state (S3/GCS/Azure), drift detection, GitOps workflow, IaC testing. tool-perf: Performance engineering grounded in MIT 6.172 (Bentley Rules) and Brendan Gregg "Systems Performance" -- USE Method resource checklist, profiling tool selection by stack, flamegraph reading, Bentley Rules (5 categories), before/after benchmark workflow with perf-findings.md output. design-migration: Added Kleppmann DDIA Kap. 4+11 -- Forward/Backward Compatibility, Dual-Write problem, CDC/Debezium, Avro Schema Registry, Expand-Contract pattern (new references/schema-evolution.md). Housekeeping: meta-help renumbered 1-24, plugin.json v1.3.0, gap-analysis all Niedrig tasks marked done, README +2 skills, CHANGELOG entries. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
design-iac(new): Infrastructure as Code design skill grounded in Kief Morris "Infrastructure as Code" (O'Reilly 2021) and NTNU IIKG3005 — immutable infra principles, snowflake anti-pattern, module design, remote state management (S3/GCS/Azure), drift detection & remediation, GitOps workflow, IaC testing with Terratest/checkov (3 reference files)tool-perf(new): Performance engineering grounded in MIT 6.172 (Bentley Rules, Leiserson/Shun) and Brendan Gregg "Systems Performance" — USE Method resource checklist, profiling tool selection by stack (perf/py-spy/pprof/async-profiler), flamegraph reading guide, all 5 Bentley Rule categories, before/after benchmark workflow →perf-findings.mdoutput (3 reference files)design-migration(deepened): Added Kleppmann DDIA Kap. 4+11 coverage — Forward/Backward Compatibility rules, Dual-Write problem & solutions (CDC, Outbox Pattern, Event Log), CDC/Debezium zero-downtime migration flow, Avro Schema Registry, Expand-Contract decision tree; newreferences/schema-evolution.mdHousekeeping
Test plan
/dev:design-iacslash command discoverable after install/dev:tool-perfslash command discoverable after install🤖 Generated with Claude Code