SShortSingh.
Back to feed

Developer Releases /sow Slash Command Skill for Claude Code to Manage Project Scopes

0
·1 views

Hudson Atwell of the GBTI Network has published a reusable Claude Code skill that adds a /sow slash command for managing Scopes of Work directly within a development project. The skill works by loading a markdown file placed in the .claude/skills/sow/ directory, which Claude Code recognises as a custom slash command. Scopes of Work are stored as individual markdown files in a kanban-style lane structure — moving from queue through to completed — and are kept outside version control in a .data/sow/ folder. The tool was created to help agent-driven projects track accumulating work items in a structured, auditable way without duplicating effort or losing context. Developers can initialise the framework with /sow init and begin authoring scopes immediately using the /sow command.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Pilum CLI Goes Production-Ready After 3 Months and 40+ Fixes

Developer open-sourced Pilum in December 2025, a multi-cloud deployment CLI that targets Cloud Run, Lambda, Azure, Cloudflare Pages, npm, Homebrew, and Docker Hub from a single configuration file. Over the following three months, more than 40 pull requests were merged as the tool moved from a working prototype to powering all production deployments at SID Technologies. A critical wave-based deployment bug caused workers to start subsequent deployment waves before earlier ones had fully completed, leading to intermittent npm publish failures due to race conditions. A separate bug silently swallowed shell command errors, allowing failed deployments to be reported as successful without propagating errors to the orchestrator. Both issues were resolved through an orchestrator rewrite and stricter wave barrier enforcement, with the developer noting that major bugs consistently surfaced about a month after each feature sprint.

0
ProgrammingDEV Community ·

How to Replicate GitLab's Centralized CI/CD Pipelines in GitHub Actions

Developers migrating from GitLab to GitHub Actions face a structural challenge: GitLab allows a central 'pipelines' repository to be referenced across projects via the 'include' keyword, while GitHub requires workflows to be defined within each repository individually. GitHub's 'uses' keyword offers partial reusability but operates in its own scope, requiring explicit inputs and outputs, unlike GitLab's seamless local-context inclusion. To bridge this gap, developers can use composite actions to bundle reusable steps or leverage GitHub Apps for organization-wide CI/CD enforcement. Smaller teams are advised to adopt reusable workflows with tagged versions, while larger organizations with compliance needs may benefit from GitHub Apps despite the added administrative overhead. Without careful versioning and scoping management, centralized pipelines in GitHub risk inconsistent behavior and increased maintenance burden across dependent projects.

0
ProgrammingDEV Community ·

Why Doctor Directories Fail Users and How to Navigate Them Smartly

Online doctor directories frequently display inaccurate information — including outdated phone numbers, departed physicians, and false availability — due to underlying data engineering failures rather than negligence. These platforms pull records from multiple sources such as insurance networks, licensing boards, and hospital affiliations, each updating on different schedules and using inconsistent formats, creating entity-resolution errors. A quarterly sync cycle means a significant share of listings are wrong at any given time, and an ongoing physician shortage makes phantom listings especially costly for patients. Experts recommend treating directory results only as a starting point, verifying credentials directly through state medical board websites, and calling practices to confirm insurance participation and patient availability. This multi-step approach transforms an unreliable aggregator into a useful discovery tool, though it demands considerably more effort than a simple search.

0
ProgrammingDEV Community ·

AI Graduate Chooses Action Over Readiness to Build Skills and Career

An AI and Data Science graduate has decided to stop waiting until they feel fully prepared and instead begin building projects and applying for jobs in public. The writer had long believed a stronger portfolio was a prerequisite for starting, but came to recognize that confidence develops through action rather than before it. They are currently deepening their AI knowledge beyond coursework, developing practical projects, and documenting their learning process openly. Their blog is framed as a commitment to consistency over perfection, with plans to share projects, mistakes, and career experiments. The initiative is aimed at connecting with others who are similarly navigating early-career uncertainty in tech.

Developer Releases /sow Slash Command Skill for Claude Code to Manage Project Scopes · ShortSingh