Engineering

Engineering from gjalla/engineering.

by @gjalla 9 skills

Skills in this plugin

9
  1. Gjalla Spec · gjalla
    Create a well-thought-out plan covering problem statement, goals, technical approach, and verification criteria. Use while planning / before implementing any non-trivial feature.
    1 install
  2. Gjalla Debug · gjalla
    Investigate a reported problem down to its root cause, with evidence, before proposing a fix. Use when something is broken, behaving unexpectedly, or a user reports an issue you can't immediately explain.
    1 install
  3. Gjalla Onboard · gjalla
    Set up gjalla for rich coding agent telemetry and insights as well as durable memory to improve your metrics. Use when asked to install, set up, onboard, or backfill gjalla.
    1 install
  4. Gjalla Breakdown · gjalla
    Break a feature spec into intentional waves and bite-sized tasks grouped by dependency. Use after a spec is written to prepare for easy-to-track implementation.
    1 install
  5. Gjalla Test Audit · gjalla
    Audit a test suite to find tests that give false confidence — tests that encode bugs, duplicate coverage, or are so heavily mocked they can't catch real regressions. Use to improve robustness, audit coverage, or harden a risky area.
    1 install
  6. Gjalla Code Review · gjalla
    Review a code change (diff or PR) for ship-readiness before merge. Use when reviewing your own or someone else's changes prior to committing/merging/etc.
    1 install
  7. Gjalla Spec Review · gjalla
    Full review of a plan or spec to be sure there are no surprises, gaps, or mistakes. Use to harden a spec before implementation.
    1 install
  8. Gjalla Cleanup Audit · gjalla
    Audit a codebase for dead code, unreachable branches, duplicated logic, and vestigial abstractions, then remove them safely with proof. Use to reduce sprawl, pay down tech debt, or clean up after a feature is retired or migrated.
    1 install
  9. Gjalla Prepare And Commit · gjalla
    Make sure your code is ready to commit, then stage changes into clean, atomic commit. Use before committing.
    1 install