akhileshu
- 15 skills
- 0 followers
- 12 hours ago last updated
- ▌ Slice Implementer · akhileshu bundleImplement an existing slice design document safely through reconciliation, tracer code, incremental checkpoints, tests, and local verification. Use when implementing docs/slices/*.md or another bounded feature slice in a Go, full-stack web, or similar codebase.
- ▌ Go Systems Slice Design Generator · akhileshu bundleGo systems planning guidance for turning milestone rows into implementation-ready slices with clear control flow, interfaces, pseudocode, tests, and repository boundaries. Use when designing Go features, parsers, pipelines, storage code, concurrency, or network-bound systems before implementation.
- ▌ Tracer Code Continuous Refactoring · akhileshu bundleSafely evolve architecture between implementation slices using tracer code, stable boundary contracts, invariant-based tests, and incremental refactoring. Use when a later slice changes storage, transport, state, rendering, concurrency, or other internal implementation choices.
- ▌ Behavioral Verification E2e Assurance · akhileshu bundleBehavior-first test planning for unit, integration, and Playwright coverage. Use when designing tests, validating user-visible workflows, or checking that refactors preserve observable behavior across boundaries.
- ▌ Full Stack Web Slice Design Generator · akhileshu bundleFull-stack planning guidance for turning milestone rows into implementation-ready vertical slices from database to UI, with concrete TypeScript contracts, state flows, tests, and repository boundaries. Use when designing a web feature blueprint, studying a product row, or mapping client and server responsibilities before implementation.
- ▌ Fault Tolerant Distributed Integration · akhileshu bundleDistributed integration guidance for Go clients, file transfer, telemetry, retries, and network-bound failure handling. Use when writing cross-service code, direct-to-storage upload flows, or any integration that needs deadlines and observability.
- ▌ Type Safe Boundary Validation Mutation · akhileshu bundleType-safe boundary guidance for Zod, tRPC, Prisma, ZenStack, and React Hook Form validation flows. Use when designing schemas, API edges, or forms that need a single source of truth for validation and mutation.
- ▌ Design First Transformation Engineering · akhileshu bundleDesign-first engineering guidance for safe data-flow transformations, explicit invariants, and clean domain boundaries. Use when mapping inputs to outputs, structuring domain logic, or simplifying boundary-heavy code before implementation.
- ▌ Production Capacity Lifecycle Operations · akhileshu bundleProduction operations guidance for capacity limits, telemetry, feature flags, and safe rollouts. Use when adding rate limits, concurrency limits, observability, or lifecycle controls to a system.
- ▌ Resilient Client State Query Architecture · akhileshu bundleClient-state architecture guidance for TanStack Query, Zustand, XState, and URL-synced state. Use when designing async client flows, global workspace state, or query-driven UI behavior.
- ▌ Resilient Concurrent Distributed Systems Design · akhileshu bundleConcurrency and distributed-systems guidance for bounded workers, retries, isolation, and recovery paths. Use when designing Go routines, queue consumers, network retries, or any multi-process flow that must fail well.
- ▌ Go Implementation Slices Table And Repo Structure · akhileshu bundleDesign Go implementation slices and repository structure before coding. Use when turning a Go systems roadmap into a capability-by-capability implementation table, defining cmd and internal package boundaries, or sequencing sequential, storage, transport, and concurrent work.
- ▌ Agentic Execution Context Discovery AI Assisted Workflows · akhileshu bundleDisciplined AI-assisted coding workflow for context discovery, phased execution, and local verification. Use when starting work in an unfamiliar codebase, planning a change, reviewing structure, or needing a stepwise approach before coding.
- ▌ Capability Driven Auth Frontend State UI Access Integrity · akhileshu bundleWeb auth and client-state guidance for capability-based UI, explicit lifecycle states, and secure backend-driven authorization. Use when designing web interfaces, routing flows, client state models, or permission-gated interactions.
- ▌ Full Stack Web Implementation Slices Table And Repo Structur · akhileshu bundleDesign full-stack web implementation slices and repository structure before coding. Use when turning a roadmap into a capability-by-capability implementation table, mapping frontend/server/data boundaries, or organizing a web workspace for incremental delivery.