Executes ad-hoc tasks via learnship quick workflow with atomic commits, state tracking, and minimal planning ceremony.
From learnshipnpx claudepluginhub faviovazquez/learnship-marketplace --plugin learnshiplearnship//quickExecutes simple ad-hoc tasks like bug fixes or refactors: directly implements changes, creates atomic commit, updates state, generates summary. Takes <task description> arg.
/quickExecutes small self-contained tasks via Shipyard quick workflow: sets up minimal .shipyard/, generates numbered plan with architect agent, executes with builder agent.
/quickOrchestrates small, scoped code changes with tests and security via a lightweight 2-phase execution-validation workflow using Python helper.
/quickGenerates a complete skill from a description: YAML frontmatter, SKILL.md body with workflow/examples, supporting files. Saves to location and auto-validates structure/quality.
/quickQuickly fixes obvious bugs like typos, logic errors, or import issues using simplified TDD workflow: auto-analyzes/plans, then approves tests, implementation, refactor, and finalizes.
/quickPerforms streamlined code review on files or directories using git context for changes, provides prioritized feedback by severity and confidence, offers conventional commit fixes.
<execution_context> @~/.claude/workflows/quick.md </execution_context>
<context> Arguments: $ARGUMENTS </context> <process> Execute the learnship quick workflow end-to-end. Preserve all workflow gates, validations, checkpoints, and routing. </process>