Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

E7041 Enabling And Disabling Position Based Sub Schedules

ASecurity

Evaluate an enable or disable request against the position-based sub-schedules it names, under ECSS-E-ST-70-41C clause 6.22.7.2. Use when a load stopped releasing and the sub-schedule gate is suspected, or when arming one mid-revolution: applying each instruction on its own so an undeclared name does not withdraw the rest, accepting a restatement of the current state as inert, retaining rather than deleting the activities of a disabled sub-schedule, counting the release points swept while the...

2 stars
0 votes
0 copies
0 views
Added 9/27/2026
ai-agentspythongoreact

Works with

claude code

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill e7041-enabling-and-disabling-position-based-sub-schedules --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E7041 Enabling And Disabling Position Based Sub Schedules?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for E7041 Enabling And Disabling Position Based Sub Schedules
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e7041-enabling-and-disabling-position-based-sub-sc/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e7041-enabling-and-disabling-position-based-sub-sc)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: e7041-enabling-and-disabling-position-based-sub-schedules
description: "Evaluate an enable or disable request against the position-based sub-schedules it names, under ECSS-E-ST-70-41C clause 6.22.7.2. Use when a load stopped releasing and the sub-schedule gate is suspected, or when arming one mid-revolution: applying each instruction on its own so an undeclared name does not withdraw the rest, accepting a restatement of the current state as inert, retaining rather than deleting the activities of a disabled sub-schedule, counting the release points swept while the gate was shut, and warning about what a newly enabled sub-schedule releases next. Trigger: ecss, e-st-70-41c, position-based-sub-schedule-enable, sub-schedule-disable-retention, missed-position-release-arc, per-instruction-status-rejection, effective-release-gate."
license: Apache-2.0
compliance: STANDARDS-REF
standards:
  - id: ecss
    reference-only: true
gated: false
domain: space-systems
pack: space-systems
compatibility: "agentskills.io SKILL.md; any SKILL.md host (Claude Code, Hermes, OpenClaw)"
metadata:
  domain: space-systems
  subdomain: ecss
  tags: [ecss, e-st-70-41-packet-utilisation-scope, e7041-enabling-and-disabling-position-based-sub-schedules, position-based-sub-schedule-enable, sub-schedule-disable-retention, missed-position-release-arc, per-instruction-status-rejection, effective-release-gate]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Packet Utilisation — Enabling and Disabling Position-Based Sub-Schedules (space-systems/ecss/e7041-enabling-and-disabling-position-based-sub-schedules)

Use when the task is the sub-schedule status control of ECSS-E-ST-70-41C
clause 6.22.7.2 — the nineteen requirements covering the requests that
enable and disable position-based sub-schedules, what each instruction
is allowed to do, and what happens to the activities underneath.

## Domain quick reference

- Enabling and disabling act on the gate, never on the load. A disabled
  sub-schedule keeps every activity it held, at the same release
  position, in the same sub-schedule. Nothing is deleted, re-homed or
  re-positioned, and the schedule that comes back when it is enabled
  again is the one that went in.
- A request carries instructions, and each one stands or falls alone.
  One naming a sub-schedule the service never declared is rejected on
  its own; the instructions around it still take effect, so the
  spacecraft state after a partly rejected request is not the state
  before it.
- Restating a status is legal and inert. Enabling an already enabled
  sub-schedule is accepted and changes nothing, which is what makes a
  status request safe to re-send after a doubtful uplink.
- A request that acts twice on the same sub-schedule is resolved by
  order, the later instruction standing. That is a deterministic answer
  but rarely the intended one, so it is worth reporting rather than
  quietly applying.
- Release positions come round every revolution, so a release point
  swept while the gate was shut is missed, not lost: the activity is
  still held, and it becomes eligible again once the spacecraft has
  travelled the remaining arc back to it.
- Enabling mid-revolution can release something almost immediately. The
  activities sitting a few degrees ahead of the current position are
  the ones the operator has to be told about before the instruction
  goes up, not after.
- The sub-schedule flag is not the whole gate. The schedule's own
  enabled state sits above it, and an enabled sub-schedule inside a
  disabled schedule releases nothing while telling every status report
  that it is enabled.

## Workflow

1. Validate the status map of declared sub-schedules and the activities
   held against them, wrapping each release position into one
   revolution.
2. Validate each instruction: one declared sub-schedule, one of the two
   actions, normalized for case and padding.
3. Apply the instructions in order, recording three outcomes separately
   — applied, accepted-but-inert, and rejected with its reason — and
   note every sub-schedule acted on more than once.
4. Confirm the activity population is unchanged across the request; a
   disable that reduced it is a defect, not a status change.
5. Combine the resulting sub-schedule flags with the schedule's own
   enabled state to give the effective release gate per sub-schedule.
6. Over the arc swept since the gate shut, list the release points that
   passed unreleased, and give the remaining arc before each comes
   round again.
7. For every sub-schedule this request just opened, list the activities
   inside the imminent arc ahead of the current position.
8. Report per sub-schedule: the flag, the effective gate and the load
   it holds.

## Pitfalls

- Reading a disable as a delete. The activities are all still there,
  and a ground model that dropped them re-uploads duplicates the moment
  the sub-schedule is enabled.
- Failing a whole status request on one undeclared name. The other
  instructions were applied on board and the ground model diverges.
- Treating an inert instruction as a rejection. It is accepted, and
  re-sending a status request after an uncertain uplink depends on it.
- Assuming a swept release point is gone. On a position-based schedule
  it returns next revolution, which is either the recovery the operator
  wanted or an unplanned release they need to be warned about.
- Enabling a sub-schedule without checking what sits just ahead of the
  current position. An activity a degree away releases before anyone
  can react.
- Reading an enabled flag as proof of release. The schedule gate above
  it can be shut, and both have to be open.
- Resolving a doubled instruction silently. Order decides it, but the
  request almost certainly did not mean both.

## Behavior contract (gate 3)

The status-map and instruction validation, per-instruction apply with
its rejected, inert and superseded outcomes, activity retention, the
two-gate effective status, the swept-arc missed-release census, the
re-arm arcs, the imminent-on-enable warning and the per-sub-schedule
report are exercised by the gate 3 contract test:
scripts/test_e7041_enabling_and_disabling_position_based_sub_schedules.py
against
scripts/e7041_enabling_and_disabling_position_based_sub_schedules_logic.py
(stdlib unittest, offline). Run:
python3 scripts/test_e7041_enabling_and_disabling_position_based_sub_schedules.py

## Compliance

- ECSS standards are freely downloadable (ESA); cite the source and
  paraphrase per standards-map.yaml.
- compliance: STANDARDS-REF, gated: false.

Attribution

ashfordeOUashfordeOU
View sourceMore from ashfordeOU →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

694821 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →