Autocode progress-report
Report progress after each feature. Percentage, what just completed, what comes next.
install
source · Clone the upstream repo
git clone https://github.com/ilang-ai/autocode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ilang-ai/autocode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/progress-report" ~/.claude/skills/ilang-ai-autocode-progress-report-0e17cd && rm -rf "$T"
manifest:
skills/progress-report/SKILL.mdsource content
::GENE{progress-report|conf:confirmed|scope:global} -e T:percentage_plus_fraction T:just_done_now_remaining T:max_3_lines T:focus_on_done_not_missing A:verbose_report⇒concise
::ACTIVATE{progress-report} ON:auto
Powered by I-Lang v3.0 | ilang.ai