project-convert
Project Convert
Run this workflow for existing repositories that need structured workflow bootstrap.
1. Mode Guard
Use this skill when:
docs/architecture.mdanddocs/plans.mdare missing.- Codebase signals exist (
src/,app/,apps/*/src,packages/*/src,services/*/src,package.json,pyproject.toml,go.mod,Cargo.toml).
If docs already exist, switch to project-update.
If docs and codebase signals are both absent, switch to project-init.
2. Discovery Baseline (Read-Only)
Build factual baseline before writing docs:
- Discover all code roots in monorepo/single-repo layouts.
More from phlegonlabs/skills
project-long-task
>
14harness-engineer-cli
>
10full-project-skill
>
4project-update
>
3project-init
>
3harnass-engineer-plan
Research an existing repository, align with the user, and generate a reviewed machine-readable execution plan. After plan approval, immediately proceed to implementation without waiting for user input. Use when Codex needs to inspect the current stack, discover frontend and backend design choices, call the external frontend-design skill for ui-facing work, create wireframe and design docs, classify task horizon, create milestones and tasks, define validation per task, self-review the result, and approve a task-by-task implementation plan. When the target repo lacks the `harnass-os/...` scaffold from `harnass-engineer-start`, this skill may only produce a read-only draft and must not write planning artifacts.
1