From vamfi-software-consultancy
Produce an implementation plan with branching strategy, coding patterns, and guardrails. Optionally execute code changes and request multi-agent code review.
npx claudepluginhub vamfi/vamfi-plugins --plugin vamfi-software-consultancy[story, feature, or task description to implement]# VAMFI Implement Command Run implementation planning and optionally execute changes. ## Process 1. Activate `implementation-plan` skill — produce: - Branching strategy (feature flags, trunk-based, gitflow) - Coding patterns and guardrails for this feature - File and module impact map - Step-by-step implementation checklist 2. If the user confirms, activate `code-change-implementation` skill to: - Implement the changes following the plan - Write or update tests alongside the code - Document changes with clear commit messages 3. Activate `code-review-and-refactor` ski...
/implementImplements tasks from a Conductor track plan using strict TDD workflow (red-green-refactor). Auto-selects incomplete track if unspecified; accepts track-id, --task, --phase args.
/implementImplements features/code by activating specialist personas and MCP tools (Context7, Sequential, Magic, Playwright) for analysis, generation, security/QA validation, testing, and integration.
/implementImplements a feature from spec via structured workflow: understand requirements, create feature branch, design, code incrementally with tests, self-review, and PR. Outputs change summary.
/implementAutomates full Evaluate-Loop for a track: detects state, dispatches planner/evaluator/executor/fixer agents, loops on failures until complete. Optional track ID.
/implementStarts task execution loop for active feature: validates prereqs, commits specs via git, initializes execution state JSON, outputs coordinator prompt. Accepts --max-task-iterations and --recovery-mode.
/implementStarts task execution loop for active spec: resolves/validates spec and tasks.md, parses iteration/recovery flags, initializes .ralph-state.json, runs tasks via coordinator until complete.
Run implementation planning and optionally execute changes.
implementation-plan skill — produce:
code-change-implementation skill to:
code-review-and-refactor skill to:
docs/vamfi/.:plan to shape the story.:implement story-by-story rather than all at once.