role-creator
80Create Codex Custom Agents
Custom Codex agents need precise TOML files and clear runtime settings. This skill guides role design, writes configs, and validates required fields.
Execute Development Plans in Parallel
Large development plans are slow and difficult to coordinate across dependent tasks. This skill schedules subagents in dependency-aware waves, validates their work, commits changes, and updates plan logs.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "parallel-task" from https://skillstore.io/skills/am-will-parallel-task.md and its manifest at https://skillstore.io/api/skills/am-will-parallel-task/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "parallel-task". Execute the complete authentication plan.
Expected outcome:
Using "parallel-task". Run tasks T3 and T7 from the user profile plan, including prerequisites.
Expected outcome:
T3 completed with RED-to-GREEN evidence and a local commit. T7 remains blocked because its required dependency is incomplete.
Using "parallel-task". Run a documentation task that cannot use automated tests.
Expected outcome:
The task recorded reason_not_testable and defined a static documentation check. The check passed, the task was committed locally, and the plan log was updated.
All ten static findings are false positives caused by Markdown inline-code markers or fenced blocks in SKILL.md. The reviewed skill contains orchestration instructions but no Ruby, shell, or other executable command invocation.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/am-will-parallel-task/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/am-will-parallel-task?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/am-will-parallel-task?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/am-will-parallel-task/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/am-will-parallel-task.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>am-will. (2026). parallel-task security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/am-will-parallel-task/audits/5@techreport{am-will-am-will-parallel-task-2026,
author = {am-will},
title = {parallel-task security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/am-will-parallel-task/audits/5},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "parallel-task security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "am-will"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/am-will-parallel-task/audits/5"
identifiers:
- type: other
value: "skillstore:am-will-parallel-task:audit:5"
description: "Skillstore immutable audit report identifier"
Run a multi-task feature plan while preserving prerequisite order and parallelizing independent implementation work.
Coordinate separate refactor tasks, local commits, validation evidence, and plan updates across several subagents.
Require failing tests, passing results, or documented alternative checks before each planned task is completed.
/parallel-task [plan-file]. Execute every task, honor dependencies, validate each result, commit task changes locally, and update the plan log.
/parallel-task [plan-file] [task-ids]. Run only these tasks and required dependencies, then report completed, blocked, and deferred work.
/parallel-task [plan-file]. Require failing tests before implementation, passing tests afterward, and documented alternative checks for tasks that cannot use TDD.
/parallel-task [plan-file] [task-ids]. Build dependency waves, run unblocked work in parallel, retry incomplete tasks, and summarize commits, evidence, and blockers.
Author
am-willLicense
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
31bc7611b504c197d3e993aef7943461c871616f
Maintenance freshness
7/26/2026
Usage
8 downloads ยท 104 views
File structure
๐ SKILL.md
Create Codex Custom Agents
Custom Codex agents need precise TOML files and clear runtime settings. This skill guides role design, writes configs, and validates required fields.
Optimize React and Next.js Performance
React and Next.js apps often slow down from waterfalls, heavy bundles, and repeated rendering. This skill gives practical Vercel-style rules for faster frontend code reviews and refactors.
Build Distinctive Production Frontends
Generic interface patterns make products difficult to distinguish. This skill turns requirements into functional frontend code with deliberate typography, color, layout, and motion.
Build Parallel-Ready Implementation Plans
Complex implementations often hide dependencies and block parallel work. This skill researches the codebase and produces validated, dependency-aware plans for coordinated agent execution.
Create Phased Implementation Plans
Complex technical requests can hide dependencies, risks, and unclear requirements. This skill produces phased plans with atomic tasks, acceptance criteria, and validation steps.
Build Detailed, Reviewable Implementation Plans
Complex engineering requests often lack clear sequencing, validation, and risk controls. This skill converts them into researched, phased plans with atomic tasks and review.
Practice Test-Driven Development
by DMJGilbert
AI coding agents often write implementation code before proving expected behavior with tests. This skill enforces a red, green, refactor workflow for safer feature work, bug fixes, and refactoring.
Apply Test-Driven Development to Every Change
by Benny9193
Software changes often grow before their expected behavior is verified. This skill guides Claude, Codex, and Claude Code through focused Red-Green-Refactor cycles.
Coordinate Subagent Development Reviews
by ZhanlinCui
Independent implementation tasks can lose quality when context and review steps are inconsistent. This skill supplies a repeatable subagent workflow with implementer, spec review, and code quality checkpoints.
Plan Dependency Upgrades Safely
by sickn33
Dependency upgrades can break builds, tests, and runtime behavior. This skill helps plan staged upgrades, compatibility checks, testing, and rollback steps.
Convert Plans into Beads Workflows
by Dicklesworthstone
Large markdown plans are hard for agent teams to execute consistently. This skill turns plans into detailed Beads tasks with dependencies, review loops, and handoff guidance.
Design and Optimize Your Monorepo
by sickn33
Complex repositories often suffer from unclear boundaries, slow builds, and inefficient continuous integration. This skill creates practical architecture and optimization plans for scalable monorepos.