Arm banner
TheAstrelo TheAstrelo

Arm

Productivity community

Description

Crystallize requirements for the following task: $ARGUMENTS --- ## Session Management First, create a new session directory for this task: 1. Generate a timestamp and task slug: `{YYYYMMDD-HHMMSS}-{task-slug}` 2. Create directory: `.claude/artifacts/{timestamp}-{task-slug}/` 3. Update `.claude/artifacts/current.txt` with the path to the new session directory Use Bash to create the directory: ```bash # Create session directory with timestamp SESSION_DIR=".claude/artifacts/$(date +%Y%m%d-%H%

Installation

Installs to ~/.claude/commands/theastrelo-claude-pipeline-arm.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/TheAstrelo/Claude-Pipeline/HEAD/.claude/commands/arm.md -o ~/.claude/commands/theastrelo-claude-pipeline-arm.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository