project-update
Project Update
Run this workflow only for existing projects with initialized docs.
1. Mode Guard
Before starting:
- Require both
docs/architecture.mdanddocs/plans.md. - If both files are missing and code exists, switch to
project-convert. - If docs and code are both missing, switch to
project-init. - If only one required doc exists, report partial state and ask user whether to repair via convert, continue with caution, or re-init.
2. Context Loading
Load current state first:
- Read
docs/architecture.mdanddocs/plans.md. - Read supporting docs:
docs/implement.md,docs/secrets.md,docs/documentation.md,docs/design.md.
More from phlegonlabs/skills
project-long-task
>
14harness-engineer-cli
>
10full-project-skill
>
4project-init
>
3project-convert
>
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