# Project Workflow

> Provides workflow guidelines for problem-solving, git commits, GitHub issues, PRs, build management, and testing. Use when planning tasks, creating issues, submitting PRs, managing builds, or writing tests.

- Skill: `tomevault-io/project-workflow-4` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/project-workflow-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/project-workflow-4/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/project-workflow-4

---


# Project Workflow Skill

## When to Use

- Planning and organizing tasks
- Creating GitHub issues or PRs
- Writing commit messages
- Managing builds and dependencies
- Setting up testing infrastructure

## Reference Documents (Import Syntax)

### Workflow
@./reference/principles.md
@./reference/workflow-problem-solving.md
@./reference/performance-analysis.md

### GitHub
@./reference/github-issue-5w1h.md
@./reference/github-pr-5w1h.md
@./reference/git-commit-format.md

### Project Management
@./reference/problem-solving.md
@./reference/build.md
@./reference/testing.md

## Core Principles

1. **Systematic approach**: Follow procedures step by step
2. **Minimal changes**: Modify existing files, create new ones only when necessary
3. **Conventional commits**: Use proper type(scope): description format
4. **5W1H framework**: Apply What, Why, Who, When, Where, How for issues and PRs
5. **Layered testing**: Unit tests (many) -> Integration tests (some) -> E2E tests (few)

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/kcenon) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

