work

Purpose: Execute a work plan efficiently while maintaining quality and finishing features.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "work" with this command: npx skills add vitadynamics/vita-cc-market/vitadynamics-vita-cc-market-work

Work Skill

Purpose: Execute a work plan efficiently while maintaining quality and finishing features.

Input Document

<input_document> ${ARGUMENTS} </input_document>

Execution Workflow

Phase 1: Quick Start

Read Plan and Clarify

  • Read the work document completely

  • Review any references or links provided in the plan

  • If anything is unclear or ambiguous, ask clarifying questions now

  • Get user approval to proceed

  • Do not skip this - better to ask questions now than build the wrong thing

Setup Environment Choose your work style:

Option A: Live work on current branch

git checkout main && git pull origin main git checkout -b feature-branch-name

Option B: Parallel work with worktree (recommended for parallel development)

Ask user first: "Work in parallel with worktree or on current branch?"

If worktree:

skill: git-worktree

The skill will create a new branch from main in an isolated worktree

Recommendation: Use worktree if:

  • You want to work on multiple features simultaneously

  • You need to keep the main branch clean

  • You're reviewing code in isolation

Phase 2: Implementation

Analyze and Decompose

  • Break the plan into manageable tasks

  • Identify dependencies between tasks

  • Create a todo list for tracking progress

Follow Existing Patterns

  • Search for similar implementations in the codebase

  • Reuse established patterns and conventions

  • Avoid reinventing the wheel

Continuous Testing

  • Run tests after each significant change

  • Verify behavior matches acceptance criteria

  • Fix issues as they arise, not at the end

Iterative Development

  • Build in small, verifiable increments

  • Get feedback on each increment

  • Adjust approach based on findings

Phase 3: Quality Assurance

Code Review

  • Review your own code before considering it complete

  • Check for common issues and edge cases

  • Ensure readability and maintainability

Final Testing

  • Run full test suite

  • Verify all acceptance criteria are met

  • Test edge cases and error conditions

Documentation

  • Update relevant documentation

  • Add comments where necessary

  • Record any decisions or trade-offs

Phase 4: Completion

Final Review

  • Verify all requirements are satisfied

  • Ensure no regressions introduced

  • Confirm code follows project standards

Commit and Push

  • Create descriptive commit message

  • Push changes to remote repository

  • Link back to original plan or issue

Next Steps

  • Present options for what to do next

  • Offer to create PR, run additional tests, or move to next task

Key Principles

  • Ship Complete Features: Focus on delivering working, tested functionality

  • Follow Conventions: Adhere to project patterns and best practices

  • Maintain Quality: Never compromise on testing and code review

  • Communicate Clearly: Ask questions early, provide updates regularly

Output

  • Implemented feature with passing tests

  • Updated documentation as needed

  • Commit with descriptive message

  • Optionally: PR ready for review

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

hook-creator

No summary provided by upstream source.

Repository SourceNeeds Review
General

heal-skill

No summary provided by upstream source.

Repository SourceNeeds Review
General

medium-plan

No summary provided by upstream source.

Repository SourceNeeds Review
General

report-bug-issue

No summary provided by upstream source.

Repository SourceNeeds Review