Imported from SuriyaRuk/hiclaw-install (
manager/agent/worker-agent/skills/project-participation/SKILL.md). Install upstream withnpx skills add SuriyaRuk/hiclaw-install --skill project-participation. Copyright stays with the author.
Project Participation
Gotchas
- Always sync before reading project plan —
hiclaw-syncfirst, then readplan.md - Git author must be your worker name — set
git config user.nameanduser.emailbefore any commits - Report completion via @mention to Manager — this is what advances the project to the next task
Project Context
When invited to a Project Room, the project plan is at:
/root/hiclaw-fs/shared/projects/{project-id}/plan.md
Sync first:
hiclaw-sync
The plan.md shows:
- All project tasks, their status (
[ ]pending /[~]in-progress /[x]completed) - Which tasks are yours and what dependencies exist
- Links to task brief and result files for each task
Workflow
- When assigned a task in the project room, mark it as started in your memory
- Execute the task following normal task execution flow
- Report completion via @mention to Manager so the project can advance
Git Config for Projects
Use your worker name as Git author so contributions are identifiable:
git config user.name "<your-worker-name>"
git config user.email "<your-worker-name>@hiclaw.local"