skills/general/execute-project/SKILL.md
continue [build], resume, work on, check progress, execute build, build [ID/name].
npx skillsauth add beam-ai-team/beam-next-skills execute-projectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute build work systematically with progress tracking.
Before updating build progress, bulk-completing tasks, changing status, or writing project artifacts, show the build ID/path, current section, files to change, task count, and whether --no-confirm will be used. Require explicit user approval in the current turn before writing or overwriting local files. Reading build context and reporting status do not require approval.
beam-next-load --build [ID]
Read files from _usage.recommended_reads.
----------------------------------
PROJECT: [Name]
----------------------------------
Progress: [X]/[Y] tasks ([Z]%)
Current: Section [N] - [Name]
Next: [Task description]
----------------------------------
Parse steps.md for:
## Section/Phase N)- [ ])Work through tasks in current section. Show after each:
[OK] Task [N] complete!
When section done:
beam-next-bulk-archive --build [ID] --section [N] --no-confirm
CRITICAL: After bulk-complete succeeds:
beam-next-update-resume --build [ID] --section [N+1] --completed [total]
Key: Set current_section to NEXT section (not completed one).
CRITICAL: Use Edit tool to update status: in 01-planning/01-overview.md.
Valid statuses ONLY: PLANNING, IN_PROGRESS, ACTIVE, COMPLETE, ARCHIVED
# In 01-overview.md frontmatter, change:
status: IN_PROGRESS
# To:
status: COMPLETE
NEVER use: EXECUTION, DONE, FINISHED, or any other value. These are invalid and will cause warnings.
| Flag | Purpose |
|------|---------|
| --build ID | Project ID (e.g., "05" or "05-name") |
| --all | Complete all tasks |
| --section N | Complete section N |
| --tasks 1-5,7 | Specific tasks |
| --no-confirm | Skip prompt (required for AI) |
Examples:
# Complete section 3
beam-next-bulk-archive --build 05 --section 3 --no-confirm
# Complete specific tasks
beam-next-bulk-archive --build 05 --tasks 1-10,15 --no-confirm
# Complete all
beam-next-bulk-archive --build 05 --all --no-confirm
| Flag | Purpose |
|------|---------|
| --build ID | Project ID |
| --section N | NEXT section number |
| --completed N | Total completed count |
| --task N | Current task (optional) |
| --phase X | Phase name (optional) |
Example:
# After completing Section 3 (28 total tasks now done)
beam-next-update-resume --build 05 --section 4 --completed 28
These fields are automatically synced by PreCompact hook:
session_ids - List of all sessions that touched this projectlast_updated - Timestamp of last activitytotal_tasks - Checkbox count from 04-steps.mdtasks_completed - Completed checkbox countcurrent_section - First section with unchecked taskscurrent_task - Position of first unchecked taskcurrent_phase - "planning" or "execution"next_action - "plan-project" or "execute-project"After completing work, update these in resume-context.md:
continue_at - Specific pointer for next agent:
continue_at: "03-working/api.py:142" # or "Phase 2, Task 3"
blockers - List any blockers:
blockers:
- "Waiting for user decision on auth method"
files_to_load - Add working files with reason comments:
files_to_load:
- "01-planning/04-steps.md" # Execution checklist
- "02-resources/decisions.md" # Key decisions made
- "03-working/current-file.py" # Active work in progress
Pattern: Create context files → Add to files_to_load:
02-resources/decisions.md → Add to list03-working/session-notes.md → Add to list### Latest Session (YYYY-MM-DD)
**Completed this session:**
- [x] Section N tasks
- [x] Created working file X
**Key files:**
- See `decisions.md` for rationale on API design
- See `session-notes.md` for gotchas discovered
**Next steps:**
1. Continue at `continue_at` location
2. Check `blockers` if any
Philosophy: Don't capture context in prose. Write it to FILES, add to
files_to_load. Prose just POINTS to files.
Section-based execution: Work section by section, not task by task (unless ≤15 total tasks)
Bulk-complete after sections: NEVER mark tasks manually with Edit tool
Update resume immediately: After EVERY bulk-complete, update resume-context.md Progress Summary
Resume points to NEXT: current_section = next section to work on, NOT the one just completed
Update files_to_load: Add working files created during execution for context on resume
plan-project completes → User chooses "Execute now"
→ Status updates: PLANNING → IN_PROGRESS
→ execute-project loads immediately (same session)
User says "pause" or "done for today"
→ Offer partial bulk-complete
→ Trigger close-session skill
| Issue | Solution |
|-------|----------|
| No task file | Run validate-system skill |
| All tasks done | Display "100%!", offer COMPLETE status |
| Bad checkbox format | Need - [ ] Task format |
| Script fails | Fallback to Edit tool, log error |
----------------------------------
SECTION [N]: [NAME] - COMPLETE!
----------------------------------
Tasks: [X]/[X]
Progress: [████████░░] [Y]%
Continue to Section [N+1], or pause?
----------------------------------
PROJECT COMPLETE!
----------------------------------
All [X] tasks done (100%)
Status → COMPLETE
Use 'archive-project' to archive.
tools
Build a Palantir-shape, PDF-native use-case proposal document for a sophisticated enterprise account: research-grounded use cases (each with description, challenge, impact, value), an operating-graph ontology page, a recommended PoC with a week-by-week plan, and a closing page that asks for one decision. Load when a client asks us to 'propose high-impact use cases', requests a use-case presentation/catalog for a function (finance, HR, ops), or when a technical evaluation team will review candidates to pick a PoC. NOT for single-account cold outreach (use prospect-brief), full process diagnostics (use operating-diagnostic), or priced proposals (use proposal-creation).
development
Convert Beam Figma slide designs into high-fidelity, editable HTML presentation decks. Use when Codex is asked to audit Figma slides, extract slide templates, rebuild Beam slides as HTML decks, decide whether Figma imagery should be exported or rebuilt in HTML/CSS, create Beam/Prism-compatible deck templates, or improve fidelity of existing Beam HTML slide rebuilds.
development
Use the Beam AI reusable slide library: individual HTML slide templates extracted from Beam Figma rebuilds, kept separate from deck themes and full deck templates. Load when the user asks for a slide library, specific Beam slide patterns, reusable Figma-inspired slides, Prism slide-library items, or slide-level HTML templates.
development
Use Beam AI deck and report design packs, HTML templates, and curated examples to create sales decks, customer intro decks, RPO decks, and DIN A4 use-case proposal reports. Load when the user asks for Beam-branded presentation templates, Prism-compatible deck templates, Beam report templates, customer intro decks, commercial proposals, or reusable HTML deck/report examples.