poc-next-task

Validate POC task acceptance criteria via Git, Yarn build, lint, and schema generation.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/PlazaCC/antes-da-tela --skill poc-next-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: poc-next-task
Source: https://github.com/PlazaCC/antes-da-tela/tree/main/.agents/skills/poc-next-task
Command: npx skills add https://github.com/PlazaCC/antes-da-tela --skill poc-next-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill ensures a disciplined, sequential progression through the POC feature development by automatically checking branch states, build and lint results, and acceptance criteria before moving to the next task.

Core Features & Use Cases

  • State Detection: Inspects git branches and stash to locate the current active task.
  • Acceptance Verification: Runs Yarn build, lint, and schema generation checks against the previous task's criteria.
  • Task Advancement: Determines and initiates the next task in the predefined order, handling branch creation and validation steps.

Quick Start

Ask the skill to assess the current POC branch status and execute the next pending task.

Frequently Asked Questions about poc-next-task

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

FAQPage Schema
How do I automate sequential task validation and branch checks for POC development?

Sequential task validation is automated by inspecting git branches, running Yarn build and lint processes, and checking acceptance criteria before advancing to the next POC task.

What is the best way to manage git branch states for step-by-step POC feature workflows?

Managing git branch states for POC workflows involves detecting the current active task by inspecting git branches and stashes, ensuring the previous task meets acceptance criteria before moving forward.

Can I use Yarn build and lint to verify acceptance criteria before advancing tasks?

Yarn build and lint are used to verify acceptance criteria by running schema generation and build checks against the previous task's specifications before determining and initiating the next pending task.

Do I need to manually run schema generation between sequential development tasks?

Schema generation does not need to be run manually during sequential development; the workflow requires executing schema generation alongside Yarn build and lint processes automatically as defined in task specifications.

Why does my POC task progression stall when the previous branch fails linting checks?

POC task progression stalls when linting fails because the workflow enforces disciplined sequential progression by validating build, lint, and acceptance criteria results before allowing advancement to the next task.

Does poc-next-task work with existing git stashes to locate the current active development task?

poc-next-task works with existing git stashes by inspecting both git branches and stash entries to accurately detect and locate the current active task within the predefined sequential development order.