ingverd
- 8 skills
- 0 followers
- 21 hours ago last updated
- ▌ Dev Workflow · ingverdDevelop high-quality code using strict TDD, feature-branch isolation, and structured quality gates in the GTDing project.
- ▌ Interview Me · ingverdExtracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or "why now"), when the user explicitly invokes ("interview me", "grill me", "are we sure?", "stress-test my thinking"), or when you catch yourself silently filling in ambiguous requirements before any plan, spec, or code exists.
- ▌ Quality Gate · ingverdProtocol for verifying task completion. Ensures the implementation is fully functional, aligns with the specification, and leaves no technical debt.
- ▌ Nexus Architect · ingverdPlan project changes, author ADR/SPEC contracts, and create precise self-contained GitHub Issues for implementation. Use when designing behavior or architecture, writing or reviewing architectural decisions and specifications, decomposing approved work into executable issues, or auditing task quality and dependencies.
- ▌ Code Simplification · ingverdRefactor code for maximum readability, maintainability, and clarity. Enforces strict behavior preservation and the Chesterton's Fence principle.
- ▌ Conventional Commits · ingverdStandard for commit messages based on Conventional Commits, with project-specific scopes and rules.
- ▌ Frontend UI Engineering · ingverdBuilds production-quality UIs in the GTDing project. Enforces robust React 19 patterns, Ant Design 6 tokens, and fights against cheap AI visual aesthetics.
- ▌ Git Workflow And Versioning · ingverdStructures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams.