/projects
Query projects from ~/work/ based on their notes/attributes.md files.
Usage
Run the query script:
bash
# List recent projects (default: 10) .claude/skills/projects/query.sh # List all projects .claude/skills/projects/query.sh --all # Filter by phase .claude/skills/projects/query.sh --phase development # Show specific project details .claude/skills/projects/query.sh <project-name>
Phases: idea, research, development, deployed, on-hold
Output
The script outputs markdown tables or project details. Display the output directly to the user.
Projects without attributes.md are marked as "(untracked)".