google-sheets-progress

Track and persist micro-sprint progress for Google Sheets operations via CLI.

14|2|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/masharratt/claude-flow-novice --skill google-sheets-progress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-sheets-progress
Source: https://github.com/masharratt/claude-flow-novice/tree/main/.claude/cfn-extras/skills/google-sheets-progress
Command: npx skills add https://github.com/masharratt/claude-flow-novice --skill google-sheets-progress

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, bash.

What problem does it solve?

Tracks micro-sprint completion state and progress for Google Sheets operations, enabling persistent checkpoints and coordinated handoffs across loop iterations.

Core Features & Use Cases

  • Persistent Sprint State: Save and resume progress across CFN Loop iterations.
  • Checkpointing: Record completed, current, and remaining sprints for audit trails.
  • Cross-Agent Coordination: Share and reflect sprint status among multiple agents.

Quick Start

Use the Google Sheets progress skill to track the completion state of sprints within a CFN Loop iteration.

Frequently Asked Questions about google-sheets-progress

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track sprint progress across Google Sheets operations in a Loop?

Sprint progress tracking persists completion state for Google Sheets tasks within CFN Loop iterations. The Skill saves checkpoints for schema creation, data population, and formula application, enabling resumption after interruptions and cross-agent coordination across multiple sprint phases.

Can I resume Google Sheets work after an interruption without losing progress?

Yes. The Skill implements JSON-based state management with atomic writes to maintain persistent checkpoints. Sprint state is saved and retrieved via CLI actions (read/write/update/reset), allowing you to resume from the last completed step.

How do I coordinate sprint status between multiple agents working on Google Sheets?

The Skill shares sprint state through JSON-based storage with sprint-id validation and metric calculations. Multiple agents can read and update the same sprint state, enabling coordinated handoffs and status reflection across Loop 3 and Loop 2 iterations.

What dependencies do I need to run sprint progress tracking?

You need bash for scripting and jq for JSON state parsing and manipulation. These handle the CLI interface, atomic writes, lock handling, and metric calculations required for managing sprint checkpoints.

Can I use sprint tracking for workflows outside Google Sheets operations?

The Skill is designed specifically for Google Sheets operations within CFN Loop orchestration. While the checkpoint mechanism uses JSON state management, it integrates directly with Sheets schema, data, and formula workflows.

What happens if I need to reset a sprint or restart from a checkpoint?

The CLI reset action clears sprint state, and the update action modifies progress records. Combined with read/write actions, you can audit completed sprints, modify milestones, and restart phases without losing historical checkpoint data.