Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Fully autonomous project builder - analyzes current project, generates missing skills/agents/hooks, tests them, then builds using Spec-Kit-Plus workflow. Supports both simple and complex multi-feature projects.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Generate a custom checklist for the current feature based on user requirements.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
An autonomous Git agent that intelligently executes git workflows. Your task is to intelligently executes git workflows to commit the work and create PR.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Record an AI exchange as a Prompt History Record (PHR) for learning and traceability.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Execute the implementation planning workflow using the plan template to generate design artifacts.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Reverse engineer a codebase into SDD-RI artifacts (spec, plan, tasks, intelligence).
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Create or update the feature specification from a natural language feature description.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Enforce test-driven development workflow. Write tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Analyze test coverage and generate missing tests. Ensure 80%+ overall coverage.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Analyze the codebase structure and update architecture documentation. Generate docs/CODEMAPS/.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Sync documentation from source-of-truth. Update README, CONTRIB, and RUNBOOK from package.json and .env.example.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Validate generated skills, agents, and hooks for production-readiness. Scores and grades A-F.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Command Claude Code
Validate workflow phases using Quality Gate Teacher. Grades outputs A-F and approves/rejects.
Wania-Kazmi /claude-code-autonomous-agent-workflow
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing skill-activator.sh. From Wania-Kazmi/claude-code-autonomous-agent-workflow.
5 7mo ago A
tokens not measured
Wania-Kazmi /claude-code-autonomous-agent-workflow
Hook Claude Code
Runs before the agent uses a tool for Write and Edit tool calls, executing log-tool-usage.sh. From Wania-Kazmi/claude-code-autonomous-agent-workflow.
5 7mo ago A
tokens not measured
Wania-Kazmi /claude-code-autonomous-agent-workflow
Hook Claude Code
Runs after a tool call finishes for Write, Edit, Skill and Task tool calls, executing log-file-change.sh and log-skill-invocation.sh (3 commands). From Wania-Kazmi/claude-code-autonomous-agent-workflow.
5 7mo ago A
tokens not measured
Wania-Kazmi /claude-code-autonomous-agent-workflow
Hook Claude Code
Runs when the agent finishes a response, executing skill-enforcement-stop.sh, claudeception-activator.sh and sync-todos.py (3 commands). From Wania-Kazmi/claude-code-autonomous-agent-workflow.
5 7mo ago A
tokens not measured
Wania-Kazmi /claude-code-autonomous-agent-workflow
Settings file Claude Code
Agent settings declaring 4 hook events (UserPromptSubmit, PreToolUse, PostToolUse, Stop) and 17 allowed tools.
5 7mo ago C
tokens not measured
Wania-Kazmi /claude-code-autonomous-agent-workflow
Skill Claude Code Codex
REST API and GraphQL design patterns, authentication, error handling, and best practices. Use when building APIs, designing endpoints, or implementing backend services.