cicababba/claude-plugins-marketplace
Plugin Claude Code
Plugin marketplace listing 1 plugin: dev-workflow-automation.
cicababba/claude-plugins-marketplace
Plugin Claude Code
Plugin marketplace listing 1 plugin: dev-workflow-automation.
cicababba/claude-plugins-marketplace
Plugin Claude Code
A plugin that allows you to automate a dev session gathering specification, coding, docs generation and GitHub managing.
cicababba/claude-plugins-marketplace
Agent
Use this agent when you need expert Angular development assistance, including: building new Angular applications or features, refactoring existing Angular codebases, implementing complex RxJS patterns, optimizing Angular performance, setting up testing frameworks, configuring build tools, resolving architectural…
cicababba/claude-plugins-marketplace
Agent
This agent MUST BE USED PROACTIVELY whenever backend code is created, updated, or refactored, to ensure unit and integration tests are written or maintained. It should be triggered not only when explicitly requested, but also whenever new endpoints, services, or business logic are added, or when existing code changes…
cicababba/claude-plugins-marketplace
Agent
Use this agent when you need a comprehensive analysis of code quality issues across your repository without making any modifications to files. Examples: Context: User has just completed a feature implementation and wants to check for quality issues before committing. user: 'I've finished implementing the user…
cicababba/claude-plugins-marketplace
Agent
Use this agent when you need database design, schema evolution, migration planning, or query optimization. Examples: Context: User is building a new e-commerce application and needs to design the initial database schema. user: 'I need to design a database schema for an e-commerce platform with users, products, orders…
cicababba/claude-plugins-marketplace
Agent
This agent MUST BE USED PROACTIVELY when you need to transform task analysis artifacts into actionable development plans. This agent should be called after the Task Analyzer has produced context-analysis.md and specification.md files, and you need to create a structured implementation plan with step-by-step execution…
cicababba/claude-plugins-marketplace
Agent
This agent MUST BE USED PROACTIVELY whenever new features are implemented, bugs are fixed, or code changes are made that require documentation updates. This agent should always be used when the command /wf-dev:end is executed. The agent ensures that README files, API docs, changelogs, and migration guides are always…
cicababba/claude-plugins-marketplace
Agent
Use this agent when a development step has been completed and needs to be committed to Git. This includes after implementing new features, fixing bugs, refactoring code, updating configurations, or completing any logical unit of work. This agent should never be used during the exection of the command /wf-dev:run.…
cicababba/claude-plugins-marketplace
Agent
Use this agent when you need expert Java development assistance, including: writing new Java code, refactoring existing Java applications, designing Java-based architectures, optimizing JVM performance, implementing Spring/Hibernate solutions, setting up build configurations with Maven/Gradle, writing unit tests with…
cicababba/claude-plugins-marketplace
Agent
This agent MUST BE USED when the development plan (plan.md) assigns a backend task or whenever backend development tasks involve building, modifying, or optimizing Node.js/TypeScript systems, including APIs, database integrations, authentication flows, or server-side architecture. It should not only be triggered when…
cicababba/claude-plugins-marketplace
Agent
This agent MUST BE USED when the development plan (plan.md) assigns a frontend task or whenever frontend development tasks involve React and TypeScript, including building new UI components, refactoring existing code, implementing state management, integrating APIs, ensuring accessibility compliance, creating…
cicababba/claude-plugins-marketplace
Agent
This agent MUST BE USED PROACTIVELY whenever new React/TypeScript components are created, existing ones are modified, or application logic changes require validation through tests. It should not only be triggered when explicitly requested, but also automatically after frontend features, bug fixes, or refactors to…
cicababba/claude-plugins-marketplace
Command
End the current development session with comprehensive documentation and proper closure.
cicababba/claude-plugins-marketplace
Command
Initialize a structured development session for any development task (new feature, bug fix, refactoring, performance optimization, etc.).
cicababba/claude-plugins-marketplace
Command
Generate a comprehensive code quality analysis report without modifying any files.
cicababba/claude-plugins-marketplace
Command
Execute the next available steps from the active development session.
cicababba/claude-plugins-marketplace
Skill Claude CodeCodex
Unified file handler for dev session artifacts. Use when reading or writing context-analysis.md, specification.md, plan.md, session.md, architecture-plan.yaml, or quality reports. Handles file persistence without modifying semantic content.
cicababba/claude-plugins-marketplace
Skill Claude CodeCodex
Perform context analysis phase for development sessions. Use when analyzing code paths to understand existing patterns, dependencies, tests, and implementation details. Generates context-analysis.md with structured per-path findings.
cicababba/claude-plugins-marketplace
Skill Claude CodeCodex
Execute steps from plan.md and session.md. Use during /run to dispatch steps to sub-agents, update progress, and manage execution batches. Never sets Status to COMPLETED.
cicababba/claude-plugins-marketplace
Skill Claude CodeCodex
Thin wrapper around development-planner agent. Use after context-analysis.md and specification.md exist to generate plan.md and session.md. Orchestrates planning without implementing planning logic itself.
cicababba/claude-plugins-marketplace
Skill Claude CodeCodex
Generate persistent code quality reports using code-quality-analyzer. Use when running /quality-check or when quality analysis is requested during session closure. Creates reports under .claude/dev-sessions/quality-reports/.
cicababba/claude-plugins-marketplace
Skill Claude CodeCodex
Close development sessions with proper status computation, timestamps, and optional triggers for commits, docs, and quality checks. Use during /end to finalize sessions and clear .current-session.
cicababba/claude-plugins-marketplace
Skill Claude CodeCodex
Handle specification gathering with one question at a time approach. Use when collecting requirements, constraints, and acceptance criteria from users. Builds structured specification.md through iterative Q&A, never assuming, always clarifying.