ajaywadhara/agentic-sdlc-plugin Skills
(10)Browse AI agent skills from ajaywadhara/agentic-sdlc-plugin for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
architect
ajaywadhara/agentic-sdlc-plugin
Make all tech decisions, write CLAUDE.md, scaffold the project, and get a smoke test passing. Run after /wireframe.
build
ajaywadhara/agentic-sdlc-plugin
TDD feature build loop: spec (RED) → implement (GREEN) → refactor. Pass the feature name as argument.
coverage-review
ajaywadhara/agentic-sdlc-plugin
Find untested areas across the codebase and fill coverage gaps. Run weekly or when the test suite feels stale.
figma-sync
ajaywadhara/agentic-sdlc-plugin
Optional: Sync design tokens from Figma, compare against code, flag drift, update visual baselines.
fix-bug
ajaywadhara/agentic-sdlc-plugin
Bug-to-test pipeline: reproduce the bug as a failing test first, then fix. The regression test lives forever.
qa-run
ajaywadhara/agentic-sdlc-plugin
8-agent QA loop: browser exploration via Playwright MCP, then analyze, plan, test, audit, heal, expand, snapshot. Quality gate score >= 85 to pass.
research
ajaywadhara/agentic-sdlc-plugin
Market reality check — find competitors, read 1-star reviews, identify your angle. Run after /start.
start
ajaywadhara/agentic-sdlc-plugin
Turn a vague idea into a structured PRD through guided conversation. The agent asks questions — you just talk.
test-ui
ajaywadhara/agentic-sdlc-plugin
Interactive browser testing via Playwright MCP. Navigates the live app, tests every screen, flow, and viewport — then generates permanent .spec.ts test files.
wireframe
ajaywadhara/agentic-sdlc-plugin
Generate clickable HTML wireframes for every screen in the PRD. No design tool needed — open in browser.